Firefox/Safari Resizer

For Reference:

This is just a little mod I made up in a few minutes for anyone who needs it. It is the Safari-like Address Bar/Google resize dimple. All I did was change the separator to the dimple image. I've tested with Safire and iFox, even though there MAY be a left margin problem. Let me know

Use with ResizeSearchbox

Edit your theme's .jar file e.g. Safire.jar//global/toolbar.css

toolbarseparator {

/* margin : 2px 0.2em; 2px 0.2em; */

background: url("chrome://browser/skin/dimple.png");

width: 12px;

margin-left: -2px !important;

margin-top: 3px !important;

}

=j

#418260