diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:12:55 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:12:55 +0000 |
commit | 8fe09b4c26fd8fd35f93fc46847cb98706d4cbd5 (patch) | |
tree | 9955a1ef99a81dbdc309f6015ee1dd9ca93103d6 /template/yoga/fix-ie5-ie6.css | |
parent | 6653314edc728548913dc18cfcacd3455a354ee5 (diff) |
merge from trunk r1443:1444 into branch 1.6 (cosmetics)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1445 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/fix-ie5-ie6.css')
-rw-r--r-- | template/yoga/fix-ie5-ie6.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 1a9a28415..264885b8b 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -17,8 +17,10 @@ H1, #theHeader { } /* to get less hugly checkboxes at least in tagSelection */ +/* as well as several forms */ +FORM#update INPUT, UL.tagSelection LI INPUT, -#content UL.thumbnails SPAN.wrap2 input { +#content UL.thumbnails SPAN.wrap2 INPUT { border: none; background-color: transparent; } |