BUGFIX: target styling for each specific gridfield so they don't over-ride styles when going back and forth between pages/panels

This commit is contained in:
Ryan O'Hara 2012-08-07 16:58:38 +12:00
parent 8da51ff5e9
commit 3f01b03759
2 changed files with 4 additions and 4 deletions

View File

@ -22,6 +22,6 @@ form.small .field input.text, form.small .field textarea, form.small .field sele
#ReplaceFile { display: none; }
.cms fieldset table.ss-gridfield-table { width: auto; }
.cms fieldset table.ss-gridfield-table tr th.main { min-width: 200px; }
.cms fieldset table.ss-gridfield-table tr th.main.col-action_SetOrderID { width: 60px; min-width: 60px; }
#Form_ItemEditForm fieldset table.ss-gridfield-table { width: auto; }
#Form_ItemEditForm fieldset table.ss-gridfield-table tr th.main { min-width: 200px; }
#Form_ItemEditForm fieldset table.ss-gridfield-table tr th.main.col-action_SetOrderID { width: 60px; min-width: 60px; }

View File

@ -95,7 +95,7 @@ form.small .field .TreeDropdownField,
display:none;
}
.cms{
#Form_ItemEditForm{
fieldset{
table.ss-gridfield-table{
width: auto;