diff --git a/fhem/www/pgm2/ios7style.css b/fhem/www/pgm2/ios7style.css index 6a7fee033..2ea6f8fec 100644 --- a/fhem/www/pgm2/ios7style.css +++ b/fhem/www/pgm2/ios7style.css @@ -23,8 +23,8 @@ select { font-family:Helvetica; font-weight:300; font-size:16px; } #content { position:absolute; top:50px; left:250px; bottom:20px; right:20px; } -#errmsg { 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; +#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; } .devType { padding-top:20px; } @@ -136,4 +136,4 @@ table#TYPE_remotecontrol td { padding: 5px 7px; } background: #e5e5e5; font-size:6px;} .rc_button { padding: 5px 7px;} .rc_button img { border-style: solid; border-width: 1px; border-color: transparent; } -.rc_button img:active { border-color: gray; } +.rc_button img:active { border-color: gray; } \ No newline at end of file