From 812a125574934397adeb79392caa143f12f2e188 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 17 Apr 2016 10:51:57 +0000 Subject: [PATCH] *.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 --- fhem/www/pgm2/darkstyle.css | 2 +- fhem/www/pgm2/defaultCommon.css | 2 +- fhem/www/pgm2/ios7style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/www/pgm2/darkstyle.css b/fhem/www/pgm2/darkstyle.css index 6fd23684c..734a91d4d 100644 --- a/fhem/www/pgm2/darkstyle.css +++ b/fhem/www/pgm2/darkstyle.css @@ -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; } diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css index 7cfaafd3e..26d9de4a9 100644 --- a/fhem/www/pgm2/defaultCommon.css +++ b/fhem/www/pgm2/defaultCommon.css @@ -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; } diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index 2daf84e2a..452f4242a 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -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;