From b35361029330d4d1657c9695e12fdaaf1dec6a67 Mon Sep 17 00:00:00 2001 From: blackcatsandy Date: Tue, 28 Jul 2015 16:52:22 +0000 Subject: [PATCH] Responsive iOS 6 Theme - ios6.js needs to be added in the config. Fixing last sourceforge crash bugs http://forum.fhem.de/index.php/topic,23406.msg166953.html#msg166953 git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8999 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/www/pgm2/ios6.js | 1 + fhem/www/pgm2/ios6touchpadstyle.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/fhem/www/pgm2/ios6.js b/fhem/www/pgm2/ios6.js index e9ddb673c..eab2425de 100644 --- a/fhem/www/pgm2/ios6.js +++ b/fhem/www/pgm2/ios6.js @@ -101,6 +101,7 @@ $(document).ready(function() { } // Logo - add toggle link var parentLink = $("#logo").parent("a"); + $(parentLink).unbind("click"); if (typeof(parentLink.attr("href")) == "undefined") { parentLink.attr("onclick", "#"); } else { diff --git a/fhem/www/pgm2/ios6touchpadstyle.css b/fhem/www/pgm2/ios6touchpadstyle.css index 172872054..f5d8efff0 100644 --- a/fhem/www/pgm2/ios6touchpadstyle.css +++ b/fhem/www/pgm2/ios6touchpadstyle.css @@ -607,6 +607,10 @@ table.block tr:last-child td { padding-right:10px; } +.block > tbody > tr > td:last-child { + padding-right:10px; +} + .roomoverview table.block td:first-child { min-width:50px }