2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-01 15:44:52 +00:00

iOS 6 Theme - Error message(Blackcat)

git-svn-id: https://svn.fhem.de/fhem/trunk@6094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy 2014-06-09 14:57:55 +00:00
parent dc066883cb
commit 3483aecb3d

View File

@ -298,8 +298,16 @@ float: left;
#right { margin-top:44px; }
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
#errmsg { background-color: #000000; color: #FFFFFF;
position:absolute; top:0px; right:0px; z-index: 10; }
#errmsg {
padding:5px;
border: 1px #333333 solid;
border-radius:5px;
background-color: #FCFCFC;
color: #000000;
position:absolute;
top:55px;
left:210px;
z-index: 99; }
.devType, .devType a, .makeTable, .makeTable a {
font-weight:bold;