changed to allow resize image to be called from css so each theme can have custom resize images and placement

This commit is contained in:
Jerry Ruhe 2007-01-06 06:32:12 +00:00
parent 2c19a8b4da
commit ca5b5ecbc4

View File

@ -159,6 +159,17 @@ input[type=image]
position:relative;
}
#sideresize
{
background-image:url(../images/resize.png);
width:13px;
height:13px;
right:1px;
top:1px;
position:absolute;
z-index:9999;
}
.divLoginbox
{
position:relative;