diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index 2ea6f8fec..372991c98 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -18,15 +18,53 @@ select { font-family:Helvetica; font-weight:300; font-size:16px; } #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:20px; -} #errmsg { background-color: #e5e5e5; color: #151515; text-align: center; font-weight: bold; position:fixed; top:0px; left:0px; z-index: 10; width:100%; padding-top: 2px; } +.maininput { font-family: monospace; outline: none; } + +#hdr { position:absolute; top:20px; left:250px; } + +/* hdr alternate */ +/* to reactive old hdr delete the last 2 chars --> */ +#hdr { + background: none repeat scroll 0 0 #e5e5e5; + left: 0; + padding: 10px 250px; + position: fixed; + top: 0; + width: 100%; + z-index: 99; +} + +.room.roomBlock1 { + padding: 10px; + position: fixed; + top: 5px; + z-index: 999; +} +.room.roomBlock2 { + margin-top: 30px; +} + +.maininput { + width: 74%; + padding-right: 20px; +} + +#errmsg { + top:0px; + left:0px; + z-index: 99999; + padding: 17px; +} +/*hdr alternate end */ + +#content { position:absolute; top:50px; left:250px; bottom:20px; right:20px; +} + .devType { padding-top:20px; } .devType table.block { padding-bottom:20px; } @@ -38,7 +76,7 @@ img { border-style: none; } 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 { width:210px; margin-bottom:10px; } table.room tr { background:#fff; border-bottom: 1px solid #cbcbcb;} table.room tr:last-child { border: 0; } table.room tr.sel { background: #d9d9d9; } diff --git a/fhem/www/pgm2/ios7touchpadstyle.css b/fhem/www/pgm2/ios7touchpadstyle.css index 75e67da46..06684dace 100644 --- a/fhem/www/pgm2/ios7touchpadstyle.css +++ b/fhem/www/pgm2/ios7touchpadstyle.css @@ -3,3 +3,11 @@ body { width: 1024px; } table.block, table.FileList { width:760px; } + +/* +/* hdr alternate */ +/* to reactive old hdr delete the last 2 chars --> */ +.maininput{ + width: 70%; +} +/*hdr alternate end */ \ No newline at end of file