mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
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;
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sideresize
|
||||||
|
{
|
||||||
|
background-image:url(../images/resize.png);
|
||||||
|
width:13px;
|
||||||
|
height:13px;
|
||||||
|
right:1px;
|
||||||
|
top:1px;
|
||||||
|
position:absolute;
|
||||||
|
z-index:9999;
|
||||||
|
}
|
||||||
|
|
||||||
.divLoginbox
|
.divLoginbox
|
||||||
{
|
{
|
||||||
position:relative;
|
position:relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user