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
This commit is contained in:
blackcatsandy
2015-07-28 16:52:22 +00:00
parent 3a0dae4ab2
commit b353610293
2 changed files with 5 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ $(document).ready(function() {
} }
// Logo - add toggle link // Logo - add toggle link
var parentLink = $("#logo").parent("a"); var parentLink = $("#logo").parent("a");
$(parentLink).unbind("click");
if (typeof(parentLink.attr("href")) == "undefined") { if (typeof(parentLink.attr("href")) == "undefined") {
parentLink.attr("onclick", "#"); parentLink.attr("onclick", "#");
} else { } else {

View File

@@ -607,6 +607,10 @@ table.block tr:last-child td {
padding-right:10px; padding-right:10px;
} }
.block > tbody > tr > td:last-child {
padding-right:10px;
}
.roomoverview table.block td:first-child { .roomoverview table.block td:first-child {
min-width:50px min-width:50px
} }