Fix create form width

This commit is contained in:
Brian Federle 2011-12-15 13:11:09 -08:00
parent 0a609668fd
commit 93cd279d11
1 changed files with 1 additions and 1 deletions

View File

@ -2753,7 +2753,7 @@ Dialogs*/
/*** Create form*/
.ui-dialog div.form-container {
width: 100% !important;
width: 94% !important;
height: 106px;
text-align: left;
display: inline-block;