Fix width in idot template for popup windows

This commit is contained in:
Hadi Nategh 2014-03-10 16:20:10 +00:00
parent 7d46f7cf9b
commit 68cf208ada

View File

@ -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;