2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

f18style.css: remove border from odd lines (Forum #82351)

git-svn-id: https://svn.fhem.de/fhem/trunk@15877 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-01-13 18:24:55 +00:00
parent f14a9b96e9
commit 72507db4f7

View File

@ -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; }