2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

defaultCommon.css/darkstyle.css: fix top alignment for column (Forum #16022)

git-svn-id: https://svn.fhem.de/fhem/trunk@9832 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-08 19:29:51 +00:00
parent 70019cfa2a
commit aae3870885
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ h2,h3,h4 { color:#EEE; line-height:1.3; margin-top:1.5em; font-family:Verdana; }
a img { border-style:none; }
.col2 { text-align:center; }
tr.column td {
tr.column > td {
padding-top:5px; padding-right:5px; padding-left:8px;
vertical-align:top;
}

View File

@ -18,7 +18,7 @@ table.block tr.sel { background: #F0F0D8; }
table { border-radius:8px; }
table.room { border:1px solid gray; width: 100%; background: #D7FFFF; }
table.room tr.sel { background: #A0FFFF; }
tr.column td { padding:0; vertical-align:top;}
tr.column > td { padding:0; vertical-align:top;}
.changed a, .changed { color:red; }
.col2 { text-align:center; }