From 08f86b68f9a20f2399052d5708b1860f66b37e3a Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 24 Dec 2012 01:38:11 +0000 Subject: [PATCH] * fix style for show action in firefox browser. --- www/theme/default/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 6b295d61d6..b3c6519083 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -537,7 +537,7 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .log-asc {padding:2px 6px; background:url(images/main/zt-icons.png) -2px 25px;} .log-desc {padding:2px 6px; background:url(images/main/zt-icons.png) -22px 25px;} -.change-hide {padding:2px 8px; background:url(images/main/zt-icons.png) -42px 25px; border:0px;} -.change-show {padding:2px 8px; background:url(images/main/zt-icons.png) -62px 25px; border:0px;} -.diff-all {padding:2px 9px; background:url(images/main/zt-icons.png) -78px 25px; border:0px} -.diff-short {padding:2px 9px; background:url(images/main/zt-icons.png) -98px 25px; border:0px} +.change-hide {padding:2px 6px; background:url(images/main/zt-icons.png) -42px 25px; border:0px;} +.change-show {padding:2px 6px; background:url(images/main/zt-icons.png) -62px 25px; border:0px;} +.diff-all {padding:2px 6px; background:url(images/main/zt-icons.png) -81px 25px; border:0px} +.diff-short {padding:2px 6px; background:url(images/main/zt-icons.png) -101px 25px; border:0px}