diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-29 16:26:52 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-29 16:26:52 +0000 |
commit | 8723b9cf294ae8360cba618a958288621e59e219 (patch) | |
tree | 2fe3155f62a2c14a28feca284dcb35440b1d0a16 /template/yoga/thumbnails-fix-ie5-ie6.css | |
parent | 7e35acd1cd9e75678dea76ca37e61d275ad210a0 (diff) |
improve caddie display : better checkbox positionning in every tested browsers.
Opera still not perfect , but much better.
git-svn-id: http://piwigo.org/svn/trunk@1518 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/thumbnails-fix-ie5-ie6.css')
-rw-r--r-- | template/yoga/thumbnails-fix-ie5-ie6.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/yoga/thumbnails-fix-ie5-ie6.css b/template/yoga/thumbnails-fix-ie5-ie6.css index 25af117a8..66adaad08 100644 --- a/template/yoga/thumbnails-fix-ie5-ie6.css +++ b/template/yoga/thumbnails-fix-ie5-ie6.css @@ -6,12 +6,13 @@ text-align: left; } #content UL.thumbnails SPAN.wrap2 A, -#content UL.thumbnails SPAN.wrap2 LABEL { +#content UL.thumbnails SPAN.wrap2 SPAN { overflow: visible; position: absolute; top: 50%; text-align: center; } + #content UL.thumbnails IMG.thumbnail { position: relative; top: -50%; @@ -19,9 +20,8 @@ margin-top: -40%; /**/ } -#content UL.thumbnails SPAN.wrap2 input { +#content UL.thumbnails INPUT { position: absolute; - left: 0; - top: -50%; /* same as other browsers but not so pretty */ + left: 2px; + top: 2px; /* same as other browsers but not so pretty */ } - |