2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

ios7style.css: fixes by fhainz

git-svn-id: https://svn.fhem.de/fhem/trunk@4781 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-01 11:10:38 +00:00
parent ab13c376b7
commit 31b8883c56

View File

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