aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/fix-ie5-ie6.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-22 20:02:12 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-22 20:02:12 +0000
commitdceb6dbfece9def0e25c51725abbed57c9080adc (patch)
tree024d085d5af5a1e9d72271d742f9a2000d96415b /template/yoga/fix-ie5-ie6.css
parent854df586db9c1936cf3914073cce357e4df43159 (diff)
- merge trunk r1260:1261 into branch 1.6 (minor improvements and fixes in template)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1262 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-rw-r--r--template/yoga/fix-ie5-ie6.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css
index 34195ebda..7f9d7c312 100644
--- a/template/yoga/fix-ie5-ie6.css
+++ b/template/yoga/fix-ie5-ie6.css
@@ -9,3 +9,8 @@ H1, #theHeader {
height: 1em; /* for IE6 it's like min-height */
}
+/* to get less hugly checkboxes at least in tagSelection */
+UL.tagSelection LI INPUT {
+ border: none;
+ background-color: transparent;
+}