diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index fdc22b16e..9ad553056 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -13,25 +13,20 @@ input[type="text"] { background: #fff; 1px solid #cbcbcb; } select { font-family:Helvetica; font-weight:300; font-size:16px; } -#menuScrollArea { } +#menuScrollArea { } #menu { margin: 20px 0 20px 12px; width:200px; left: 20px; } #menu a { color: #151515; } #console { width:100%; height:100%; position:absolute; overflow-y:auto;} #hdr { position:absolute; top:20px; left:250px; } -#content { position:absolute; top:50px; left:250px; bottom:20px; right:10px; } +#content { position:absolute; top:50px; left:250px; bottom:20px; right:20px; +} #connect_err { background-color: #e5e5e5; color: #151515; text-align: center; padding-top: 25%; font-size: 350%; font-weight: bold; position:fixed; top:0px; left:0px; z-index: 10; width:100%; height: 100%; opacity: 0.7; } -#bla { --moz-transition: all 3s 3s; - -webkit-transition: all 3s 3s; - transition: all 3s 3s; -} - .devType { padding-top:20px; } .devType table.block { padding-bottom:20px; } @@ -41,7 +36,7 @@ img { border-style: none; } .wide { width: 100%; } -table { border-radius:2px; margin: 0; padding: 0px; border-spacing: 0px; border-collapse:collapse; } +table { border-radius:2px; margin: 0; padding: 0px; border-spacing: 0px; border-collapse:collapse; width: 100%; } table.room { width:210px; margin-bottom:15px; } table.room tr { background:#fff; border-bottom: 1px solid #cbcbcb;} @@ -55,7 +50,7 @@ table.roomBlock1 tr { border: 0; } table.room a { display: block; padding: 6px 0 6px 50px; } table.block a { width: 100%; height: 100%; } -table.block { width:790px; background: #fff; } +table.block { width:100%; background: #fff; } table.block a { color: #151515; } table.block tr { width: 100%; border-bottom: 1px solid #cbcbcb; } table.block tr:last-child { border: 0; } @@ -63,16 +58,17 @@ 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 table { +/* Bugfix fuer readingsGroup, Spalten Link überall klickbar */ +table.block table.block, table.fileList table.fileList, table table { width: 100%; } table.assoc a { color: #147bff; } -table.fileList { width:790px; } +table.fileList { width:100% } table.fileList td { padding:5px; padding-left: 7px; } table.fileList td:hover { background: #d9d9d9; } +table.fileList a { width:100%; height:100%; display:block; } table.FileLog td { border: none; }