From a0a5e42c2f2173770d406c2b4a2427cda3b02f25 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 12 Feb 2014 19:11:15 +0000 Subject: [PATCH] ios7style: errmsg from fhainz git-svn-id: https://svn.fhem.de/fhem/trunk@4899 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios7style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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