fixed album view button display in IE, link text is now visually hidden

This commit is contained in:
Chad Kieffer
2008-12-09 07:08:17 +00:00
parent 2fbd4c09e6
commit 2f8e3292fe

View File

@@ -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 {