ChangeSet ID: 26698 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/20 23:27:01
Modified files: . : apidb.css
Log message: Chris Morgan cmorgan@alum.wpi.edu Shift magnifying glass icon 10px left to put it near the corner of the thumbnail it is overlaying
Patch: http://cvs.winehq.org/patch.py?id=26698
Old revision New revision Changes Path 1.16 1.17 +1 -1 appdb/apidb.css
Index: appdb/apidb.css diff -u -p appdb/apidb.css:1.16 appdb/apidb.css:1.17 --- appdb/apidb.css:1.16 21 Jul 2006 4:27: 1 -0000 +++ appdb/apidb.css 21 Jul 2006 4:27: 1 -0000 @@ -234,4 +234,4 @@ TD.app_name { width: 150px } #editor { height: 25em; width:700px; }
/* zoom image overlay style */ -.zoom_overlay { position:relative; top:10px; left:0px; margin-left:-32px; padding:0px; } +.zoom_overlay { position:relative; top:10px; left:10px; margin-left:-32px; padding:0px; }