mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-02 16:16:36 +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:
parent
dc066883cb
commit
3483aecb3d
@ -298,8 +298,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 { background-color: #000000; color: #FFFFFF;
|
#errmsg {
|
||||||
position:absolute; top:0px; right:0px; z-index: 10; }
|
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 {
|
.devType, .devType a, .makeTable, .makeTable a {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user