mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
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: https://svn.fhem.de/fhem/trunk@8999 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
731b763b0b
commit
a3fb7d9171
@ -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 {
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user