aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/thumbnails-fix-ie5-ie6.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/thumbnails-fix-ie5-ie6.css')
-rw-r--r--template/yoga/thumbnails-fix-ie5-ie6.css10
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 */
}
-