mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Fix width in idot template for popup windows
This commit is contained in:
parent
7d46f7cf9b
commit
68cf208ada
@ -36,7 +36,13 @@
|
|||||||
border: 1px solid #d3d3d3;
|
border: 1px solid #d3d3d3;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
** Popups
|
||||||
|
*/
|
||||||
|
#popupMainDiv
|
||||||
|
{
|
||||||
|
width:auto;
|
||||||
|
}
|
||||||
.divSideboxHeader {
|
.divSideboxHeader {
|
||||||
background-image: url(../images/gradient22.png);
|
background-image: url(../images/gradient22.png);
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user