aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl
index 2a6506da9..f6ded0b32 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -76,10 +76,14 @@
function imgbright(node) {
$(node).attr("src",$(node).attr("src").replace('hide','show'));
+ $(node).css('width',24);
+ $(node).css('height',24);
}
function imgdull(node) {
$(node).attr("src",$(node).attr("src").replace('show','hide'));
+ $(node).css('width',16);
+ $(node).css('height',16);
}