diff --git a/fhem/www/pgm2/ios6.js b/fhem/www/pgm2/ios6.js index d4c07747d..b22d21bd4 100644 --- a/fhem/www/pgm2/ios6.js +++ b/fhem/www/pgm2/ios6.js @@ -10,7 +10,7 @@ $(document).ready(function() { var paddingwidth = 60; var mobilepaddingwidth = 20; var logowidth = 28; - var switchtomobilemode = 376; + var switchtomobilemode = 415; var hdrheight = 44; var inputpadding = 251; /* diff --git a/fhem/www/pgm2/ios6dashboard.css b/fhem/www/pgm2/ios6dashboard.css index aa5be8317..c5cb8227b 100644 --- a/fhem/www/pgm2/ios6dashboard.css +++ b/fhem/www/pgm2/ios6dashboard.css @@ -11,6 +11,12 @@ .ui-corner-right, .ui-corner-all {border-radius: 5px;} +/* jQuery UI Fix*/ +#dashboardtabs, #dashboard_tabnav, .dashboard_tab, #dashboard-dialog .ui-widget-header { + border: none !important; + background: none !important; +} + /* Dashboard ------------------------------------------------------------------------*/ .dashboardhidden { height:0px;} @@ -104,7 +110,7 @@ padding:10px 0px 0px 3px; #dashboard .ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;} #dashboard .ui-helper-clearfix:after {clear: both;} #dashboard .ui-helper-clearfix {min-height: 0;} -#dashboard .ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none; background: none;} +#dashboard .ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 2.5;text-decoration: none;font-size: 100%;list-style: none; background: none;} #dashboard .ui-tabs { position: relative; diff --git a/fhem/www/pgm2/ios6style.css b/fhem/www/pgm2/ios6style.css index 0284ed593..6b583b80f 100644 --- a/fhem/www/pgm2/ios6style.css +++ b/fhem/www/pgm2/ios6style.css @@ -2,6 +2,4 @@ /* by Sandra Ohmayer */ /* http://www.animeschatten.net */ -@import url("ios6dashboard.css"); -@import url("ios6Common.css"); @import url("ios6touchpadstyle.css"); \ No newline at end of file diff --git a/fhem/www/pgm2/ios6touchpadstyle.css b/fhem/www/pgm2/ios6touchpadstyle.css index dcd8ffa92..0f0847279 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -1,6 +1,5 @@ -@import ios6Common.css; - -@import ios6dashboard.css; +@import url("ios6dashboard.css"); +@import url("ios6Common.css"); /* iOS 6 Theme for FHEM */ /* by Sandra Ohmayer */ @@ -250,7 +249,7 @@ textarea,select,input { border:1px solid #d4d7db; border-bottom-color:#c6c8cd; background-color:#f7f7f7; - padding-left:1.5em; + padding-left:0.5em; margin:7px; outline:none; -moz-box-shadow:0 1px #f7f7f7,inset 0 1px 1px #b6b8bd,inset 0 -2px 2px #fff; @@ -261,7 +260,7 @@ textarea,select,input { textarea,input[type="text"] { background-color:#fff; -webkit-appearance:none; - width:90% + /*width:90%*/ } input[type="checkbox"] { @@ -269,7 +268,7 @@ input[type="checkbox"] { } select,input[type="submit"],input[type="reset"],input[type="button"] { - width:35%; + /*width:35%;*/ min-width:90px; font:normal 14px Helvetica,Sans-serif; height:25px @@ -495,6 +494,10 @@ table.room tr.sel a svg { width:100%!important } +#content > form > .CodeMirror { + height: initial !important; +} + #menuScrollArea { float:left } @@ -578,6 +581,10 @@ table.block td { vertical-align:middle } +.dval { + word-break: break-all; +} + table.block td { border-top:1px solid #fdfdfd; border-bottom:1px solid #cbcbcb