mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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-top: none;
|
||||
}
|
||||
|
||||
/*
|
||||
** Popups
|
||||
*/
|
||||
#popupMainDiv
|
||||
{
|
||||
width:auto;
|
||||
}
|
||||
.divSideboxHeader {
|
||||
background-image: url(../images/gradient22.png);
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user