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:
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user