2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

iOS 6 Theme - Error message(Blackcat)

git-svn-id: https://svn.fhem.de/fhem/trunk@6095 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
blackcatsandy 2014-06-09 15:10:19 +00:00
parent 3483aecb3d
commit e5f114244c

View File

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