diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index 1bbf5e54d..fdc22b16e 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -3,6 +3,7 @@ /* Edit: fhainz */ + body { background: #e5e5e5; font-family:Helvetica; font-weight:300; font-size:16px; } @@ -52,18 +53,18 @@ table.room td:hover { background: #d9d9d9; } table.roomBlock1 tr { border: 0; } table.room a { display: block; padding: 6px 0 6px 50px; } -table.block a { display: block; width: 100%; height: 100%; } +table.block a { width: 100%; height: 100%; } table.block { width:790px; background: #fff; } table.block a { color: #151515; } -table.block tr { width: 100%; border-bottom: 1px solid #cbcbcb; } +table.block tr { width: 100%; border-bottom: 1px solid #cbcbcb; } table.block tr:last-child { border: 0; } -table.block tr.odd { background: #fff; } +table.block tr.odd { background: #fff;} table.block tr.sel { background: #d9d9d9; } table.block td { padding:3px; } /* Bugfix fuer readingsGroup */ -table.block table.block { +table.block table.block, table table { width: 100%; } @@ -128,4 +129,4 @@ svg.icon { margin-left: 7px; margin-right:20px; } g.on { fill:#53d769; } table.room svg { height:20px; width:20px; fill:#147bff; } -table.room svg.it_raspberry_logo { height: 26px; width: 26px; } +table.room svg.it_raspberry_logo { height: 26px; width: 26px; } \ No newline at end of file