From 4bdc169f656fb1e536436fa74804885d7e0e51d1 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 13 Jan 2018 18:24:55 +0000 Subject: [PATCH] f18style.css: remove border from odd lines (Forum #82351) git-svn-id: https://svn.fhem.de/fhem/trunk@15877 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/f18style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fhem/www/pgm2/f18style.css b/fhem/www/pgm2/f18style.css index 617c2159b..b883b6360 100644 --- a/fhem/www/pgm2/f18style.css +++ b/fhem/www/pgm2/f18style.css @@ -1,6 +1,6 @@ @import url("defaultCommon.css"); -#logo { +#logo { position:absolute; top:10px; width:32px; height:32px; z-index:10; background-image:url(../images/default/fhemicon.png); background-size: contain; background-repeat: no-repeat; @@ -16,9 +16,10 @@ padding:0 0.5em 0.5em 0; } #menu.visible { left:10px!important; } -table.room,table.block.wide,table.fileList { +table.room,table.block.wide,table.fileList { border:0; border-radius:0; + border-spacing:0; border-top:1px solid gray; } @@ -49,7 +50,7 @@ body.touch a { font-size: 20px; } body.touch #menu { font-size: 20px; } /* for the menuTree icon */ body.touch div.col1, body.touch #menu table.room div { padding:0.25em 0; } -@media screen and (orientation: portrait) { +@media screen and (orientation: portrait) { body.small table.block tr td:nth-child(n+3) { width: 0px; display: none; } body.small #content > table { width: 100%; } body.small #menuBtn { right:10px; left:auto; }