diff --git a/fhem/www/pgm2/ios6style.css b/fhem/www/pgm2/ios6style.css index 336399e2d..0284ed593 100644 --- a/fhem/www/pgm2/ios6style.css +++ b/fhem/www/pgm2/ios6style.css @@ -4,33 +4,4 @@ @import url("ios6dashboard.css"); @import url("ios6Common.css"); -@import url("ios6touchpadstyle.css"); - -/*For smaller Desktop-Screens*/ - -#content, #right { -width: 763px; -/* Firefox */ -width: -moz-calc(100% - 261px); -/* WebKit */ -width: -webkit-calc(100% - 261px); -/* Opera */ -width: -o-calc(100% - 261px); -/* Standard */ -width: calc(100% - 261px); -} -#content, #menu, #right { -/*old*/ -height: 704px; -/* Firefox */ -height: -moz-calc(100vh - 44px); -/* WebKit */ -height: -webkit-calc(100vh - 44px); -/* Opera */ -height: -o-calc(100vh - 44px); -/* Standard */ -height: calc(100vh - 44px); -} -#hdr input { -width: 80%; -} \ No newline at end of file +@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 79974b3fd..947b3bd8f 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -301,9 +301,18 @@ border: 1px solid #666666; background-color:#4b6dab; } -.changed a, -.changed { color:#008700; } -#saveCheck { position: absolute; top: 14px; right: 16px; } +#saveCheck { +position: absolute; +top: 13px; +right: 7px; +padding-right: 10px; +padding-left: 10px; +padding-top: 2px; +padding-bottom: 2px; +background: #7887A4; +border-radius: 10px; +color: #F4FDFF; +} table.room .changedicon svg {