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; }
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
#errmsg {
padding:5px;
border: 1px #333333 solid;
border-radius:5px;
background-color: #FCFCFC;
color: #000000;
padding:6px;
width: 100%;
color: #ffffff;
font-weight:bold;
position:absolute;
top:55px;
left:210px;
z-index: 99; }
top:5px;
left:225px;
z-index: 99;
text-shadow: 0px 1px #000000;
}
.devType, .devType a, .makeTable, .makeTable a {
font-weight:bold;