Add a magnifying glass image overlay on top of screenshot thumbnails to make it more obvious to users that clicking on the

image will allow them to see a larger version of the thumbnail
This commit is contained in:
Chris Morgan
2006-07-21 04:18:28 +00:00
committed by WineHQ
parent 3f1bfd3685
commit 1bdc44a003
6 changed files with 29 additions and 7 deletions

View File

@@ -232,3 +232,6 @@ TD.app_name { width: 150px }
/* Editor textarea */
#editor { height: 25em; width:700px; }
/* zoom image overlay style */
.zoom_overlay { position:relative; top:10px; left:0px; margin-left:-32px; padding:0px; }