mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
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:
parent
8da51ff5e9
commit
3f01b03759
@ -22,6 +22,6 @@ form.small .field input.text, form.small .field textarea, form.small .field sele
|
|||||||
|
|
||||||
#ReplaceFile { display: none; }
|
#ReplaceFile { display: none; }
|
||||||
|
|
||||||
.cms fieldset table.ss-gridfield-table { width: auto; }
|
#Form_ItemEditForm fieldset table.ss-gridfield-table { width: auto; }
|
||||||
.cms fieldset table.ss-gridfield-table tr th.main { min-width: 200px; }
|
#Form_ItemEditForm 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 tr th.main.col-action_SetOrderID { width: 60px; min-width: 60px; }
|
||||||
|
@ -95,7 +95,7 @@ form.small .field .TreeDropdownField,
|
|||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cms{
|
#Form_ItemEditForm{
|
||||||
fieldset{
|
fieldset{
|
||||||
table.ss-gridfield-table{
|
table.ss-gridfield-table{
|
||||||
width: auto;
|
width: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user