summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-09 07:08:17 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-09 07:08:17 +0000
commit2f8e3292fe0d020d14e3f97a136d18dbee6374cf (patch)
tree921923cdfcb481a1e51c7ad0f6737419afdd468c
parent2fbd4c09e67b41869e559b32fd097faf46bfc990 (diff)
fixed album view button display in IE, link text is now visually hidden
-rw-r--r--themes/default/css/screen.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 371c2d38..17aa61c4 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -505,21 +505,23 @@ table.gMetadata td.toggle {
#gItemMenu #gSlideshowLink,
#gItemMenu #gFullsizeLink {
color: transparent;
- width: 20px;
height: 1em;
overflow: hidden;
+ text-indent: 1000px;
+ white-space: nowrap;
+ width: 20px;
}
#gItemMenu #gAlbumLink {
- background: url('../images/ico-view-album.png') no-repeat center center;
+ background: url('../images/ico-view-album.png') no-repeat 6px center;
}
#gItemMenu #gHybridLink {
- background: url('../images/ico-view-hybrid.png') no-repeat center center;
+ background: url('../images/ico-view-hybrid.png') no-repeat 6px center;
}
#gItemMenu #gSlideshowLink {
- background: url('../images/ico-view-slideshow.png') no-repeat center center;
+ background: url('../images/ico-view-slideshow.png') no-repeat 6px center;
}
#gItemMenu #gFullsizeLink {