From 9f010401297f07ed002191eb3ec9667f02e13648 Mon Sep 17 00:00:00 2001 From: blackcatsandy <> Date: Mon, 12 May 2014 17:31:33 +0000 Subject: [PATCH] iOS 6 Theme for FHEM - Floorplan (fixed Background size): Forum #23406, Entry #166953 from Blackcat git-svn-id: https://svn.fhem.de/fhem/trunk@5832 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios6touchpadfloorplanstyle.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/fhem/www/pgm2/ios6touchpadfloorplanstyle.css b/fhem/www/pgm2/ios6touchpadfloorplanstyle.css index 30ae18cce..103ab1935 100644 --- a/fhem/www/pgm2/ios6touchpadfloorplanstyle.css +++ b/fhem/www/pgm2/ios6touchpadfloorplanstyle.css @@ -20,6 +20,10 @@ width:1024px; #menu { height: 748px; } +#backimg { +width:823px !important; +height: 748px !important; +} } /* iPads (portrait) ----------- */ @@ -33,6 +37,10 @@ width:768px; #menu { height: 1004px; } +#backimg { +width:567px !important; +height: 1004px !important; +} } body { background-color: #F7F7F7; @@ -93,7 +101,7 @@ padding:0px; border-right: 1px solid #000000; } #menu.floorplan a { -padding-left: 10px; +padding-left: 12px; display:block; vertical-align: middle; color:#000000; @@ -149,10 +157,6 @@ background-image: -webkit-linear-gradient(top, #6C6C6C 0%, #505050 2%, #1B1B1C 9 background-image: -ms-linear-gradient(bottom, #6C6C6C 0%, #505050 2%, #1B1B1C 96%, #232323 98%, #000000 100%); background-image: linear-gradient(to bottom, #6C6C6C 0%, #505050 2%, #1B1B1C 96%, #232323 98%, #000000 100%); --moz-box-shadow: 0px 1px 4px #b4b6ba; --webkit-box-shadow: 0px 1px 4px #b4b6ba; -box-shadow: 0px 1px 4px #b4b6ba; - border-radius:5px 5px 0px 0px; } @@ -163,9 +167,10 @@ text-shadow: 0px -1px #000000; #menu.floorplan tr:first-child td { text-align:center; - padding-right: 10px; + padding-right: 12px; } + #fpmenu.fp_arrange { z-index:99; min-width:310px; font-size:9px; border:1px solid gray;