mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
style.css: change errmg from absolute to fixed (Forum #67252)
git-svn-id: https://svn.fhem.de/fhem/trunk@13426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
33ff4e214b
commit
30aa28b6ec
@ -8,7 +8,9 @@ div#logo { position: fixed; z-index:12000; top:3px; left:5px; float:left; wid
|
|||||||
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
||||||
#hdr { position: fixed; z-index: 1000; float: left; clear: both; height:32px; width: 100%; -webkit-box-sizing: border-box; moz-box-sizing: border-box; box-sizing: border-box; background:black; background-image: linear-gradient(#333333,#222222); }
|
#hdr { position: fixed; z-index: 1000; float: left; clear: both; height:32px; width: 100%; -webkit-box-sizing: border-box; moz-box-sizing: border-box; box-sizing: border-box; background:black; background-image: linear-gradient(#333333,#222222); }
|
||||||
#content { width:70%; float:right; margin-top:60px; }
|
#content { width:70%; float:right; margin-top:60px; }
|
||||||
#errmsg { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:40px; z-index: 10; }
|
#errmsg { background-color: #000000; color: #FFFFFF;
|
||||||
|
position:fixed; top:0px; left:40px; z-index: 10; }
|
||||||
|
|
||||||
table { margin: 0; padding: 0; border-spacing: 0px; border-collapse:separate; }
|
table { margin: 0; padding: 0; border-spacing: 0px; border-collapse:separate; }
|
||||||
td, th { font-family: Arial, sans-serif; font-size:11px; line-height:13px; vertical-align:middle; }
|
td, th { font-family: Arial, sans-serif; font-size:11px; line-height:13px; vertical-align:middle; }
|
||||||
th { font-weight:bold; font-size:12px; text-align:left; }
|
th { font-weight:bold; font-size:12px; text-align:left; }
|
||||||
|
@ -20,3 +20,7 @@ svg.zw_nr .zwMargin { stroke:#fff; stroke-width:1px; fill:none; }
|
|||||||
svg.zw_nr .zwLine { stroke:#fff; stroke-width:1px; }
|
svg.zw_nr .zwLine { stroke:#fff; stroke-width:1px; }
|
||||||
svg.zw_nr .zwArrowHead { fill:#fff; stroke-width:1px; }
|
svg.zw_nr .zwArrowHead { fill:#fff; stroke-width:1px; }
|
||||||
svg.zw_nr { height:auto; width:auto; margin:0; }
|
svg.zw_nr { height:auto; width:auto; margin:0; }
|
||||||
|
|
||||||
|
#errmsg { background-color: #000000; color: #FFFFFF;
|
||||||
|
position:fixed; top:0px; left:40px; z-index: 10; }
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ body { background-color: #444444; background-image:url(../images/default/fhe
|
|||||||
#menu { position:absolute; top: 2px; left:65px; }
|
#menu { position:absolute; top: 2px; left:65px; }
|
||||||
#hdr { position:absolute; top:40px; left:65px; }
|
#hdr { position:absolute; top:40px; left:65px; }
|
||||||
#content { position:absolute; top:75px; left: 0px; right: 0px;}
|
#content { position:absolute; top:75px; left: 0px; right: 0px;}
|
||||||
#errmsg { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:0px; z-index: 10; }
|
#errmsg { left:0px; }
|
||||||
|
|
||||||
a { color: #CCCCCC; text-decoration: none;}
|
a { color: #CCCCCC; text-decoration: none;}
|
||||||
a:hover { color: #ffffff; }
|
a:hover { color: #ffffff; }
|
||||||
|
@ -7,8 +7,6 @@ body { background-color: #444444; background-image:url(../images/default/fhe
|
|||||||
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
||||||
#hdr { position:absolute; top:10px; left:180px; }
|
#hdr { position:absolute; top:10px; left:180px; }
|
||||||
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
|
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
|
||||||
#errmsg { background-color: #000000; color: #FFFFFF; position:absolute; top:0px; left:40px; z-index: 10; }
|
|
||||||
|
|
||||||
a { color: #CCCCCC; text-decoration: none;}
|
a { color: #CCCCCC; text-decoration: none;}
|
||||||
a:hover { color: #ffffff; }
|
a:hover { color: #ffffff; }
|
||||||
.wide { width:100%; }
|
.wide { width:100%; }
|
||||||
|
@ -6,7 +6,7 @@ select { font-family:Arial, sans-serif; font-size:16px;}
|
|||||||
|
|
||||||
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
||||||
#errmsg { background-color: #000000; color: #FFFFFF;
|
#errmsg { background-color: #000000; color: #FFFFFF;
|
||||||
position:absolute; top:0px; left:40px; z-index: 10; }
|
position:fixed; top:0px; left:40px; z-index: 10; }
|
||||||
.devType { padding-top:20px; }
|
.devType { padding-top:20px; }
|
||||||
a { color:#278727; }
|
a { color:#278727; }
|
||||||
img { border-style:none; }
|
img { border-style:none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user