forked from extern/egroupware
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:
parent
2c19a8b4da
commit
ca5b5ecbc4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user