mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-11-22 09:49:50 +00:00
*.css: Double-Scrollbar in the event-modnitor removed by Markus (Forum #52295)
git-svn-id: https://svn.fhem.de/fhem/trunk@11263 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6d18f60ff6
commit
96428c8241
@ -4,7 +4,7 @@
|
||||
body { background-color: #444444; background-image:url(../images/default/fhemicon_dark.png); background-repeat:no-repeat; color: #CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:13px;}
|
||||
#logo { position:absolute; top:10px; left:20px; width:140px; height:150px; }
|
||||
#menu { position:absolute; top:170px;left:20px; width:140px; }
|
||||
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
||||
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
||||
#hdr { position:absolute; top:10px; left:180px; }
|
||||
#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; }
|
||||
|
@ -4,7 +4,7 @@ body { font-family:Arial, sans-serif; background-color: #FFFFE7; }
|
||||
input { font-family:Arial, sans-serif; font-size:16px;}
|
||||
select { font-family:Arial, sans-serif; font-size:16px;}
|
||||
|
||||
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
||||
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
||||
#errmsg { background-color: #000000; color: #FFFFFF;
|
||||
position:absolute; top:0px; left:40px; z-index: 10; }
|
||||
.devType { padding-top:20px; }
|
||||
|
@ -17,7 +17,7 @@ select { font-family:Helvetica; font-weight:300; font-size:16px; }
|
||||
|
||||
#menu { margin: 20px 0 20px 12px; width:200px; left: 20px; }
|
||||
#menu a { color: #151515; }
|
||||
#console { width:100%; height:100%; position:absolute; overflow-y:auto;}
|
||||
#console { width:100%; top:2em; bottom:0px; position:absolute; overflow-y:auto;}
|
||||
|
||||
#errmsg { background-color: #e5e5e5; color: #151515; text-align: center; font-weight: bold;
|
||||
position:fixed; top:0px; left:0px; z-index: 10; width:100%; padding-top: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user