mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removed .fieldgroup styles specific to one UI use case
This commit is contained in:
parent
f30277c3cf
commit
0a00fea334
@ -556,9 +556,6 @@ form.member-profile-form #Permissions .optionset li { float: none; width: auto;
|
||||
.cms .cms-content-fields #Root_Main .customFormat { max-width: 80px; }
|
||||
.cms .cms-content-fields #Root_Main .cms-help-toggle { text-indent: -9999em; display: inline-block; width: 20px; background: url(../images/question.png) no-repeat 0px 0px; }
|
||||
.cms .cms-content-fields #Root_Permissions ul.optionset li { float: none; }
|
||||
.cms .cms-content-fields .field .fieldholder-small { margin-top: 8px; }
|
||||
.cms .cms-content-fields .field .fieldholder-small label { padding-top: 8px; width: 64px; float: left; margin-left: -64px; }
|
||||
.cms .cms-content-fields .field table .fieldholder-small { margin-top: 0; }
|
||||
.cms form.member-profile-form #Root .ui-tabs-nav { display: none; }
|
||||
.cms form.member-profile-form #Root_Main, .cms form.member-profile-form #Root_Permissions { border: none; }
|
||||
|
||||
|
@ -1025,20 +1025,6 @@ form.member-profile-form {
|
||||
float:none;
|
||||
}
|
||||
}
|
||||
.field {
|
||||
.fieldholder-small { // Small fields have a second set of headers
|
||||
margin-top: $grid-y;
|
||||
label {
|
||||
padding-top: $grid-x;
|
||||
width: $grid-x * 8;
|
||||
float: left;
|
||||
margin-left: $grid-x * -8;
|
||||
}
|
||||
}
|
||||
table .fieldholder-small {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
form.member-profile-form {
|
||||
#Root .ui-tabs-nav {
|
||||
|
Loading…
x
Reference in New Issue
Block a user