mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
82 lines
1.8 KiB
CSS
82 lines
1.8 KiB
CSS
#Menu-SilverStripe-CampaignAdmin-CampaignAdmin,
|
|
#Menu-Dynamic-Elements-Sponsors-Admin-SponsorsAdmin,
|
|
#Menu-Dynamic-Elements-Admin-TestimonialsAdmin,
|
|
#Menu-Dynamic-Elements-Promos-Admin-PromosAdmin {
|
|
display: none; }
|
|
|
|
#Form_ItemEditForm_MajorActions_Holder {
|
|
min-width: 30%;
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
border: 0; }
|
|
|
|
#Form_EditForm_MajorActions_Holder {
|
|
min-width: 70%;
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
border: 0; }
|
|
|
|
#Form_ItemEditForm_RightGroup_Holder {
|
|
min-width: 20%;
|
|
padding-bottom: 0;
|
|
margin-bottom: 0;
|
|
border: 0; }
|
|
|
|
.grid-field__icon-action.edit-link {
|
|
opacity: 1; }
|
|
|
|
.toolbar--south .btn-primary {
|
|
color: #fff; }
|
|
|
|
.toolbar--south .btn-outline-primary {
|
|
color: #999; }
|
|
|
|
#ActionMenus_MoreOptions .btn-primary {
|
|
color: #5589a7; }
|
|
|
|
body.cms {
|
|
overflow: hidden; }
|
|
|
|
.fields-compact {
|
|
/*.mce-edit-area {
|
|
height: 5em;
|
|
iframe {
|
|
height: 5em !important;
|
|
}
|
|
}
|
|
.form-control.textarea {
|
|
height: 13.5em;
|
|
}*/ }
|
|
.fields-compact .form-group {
|
|
padding-bottom: 0.5rem;
|
|
margin-bottom: 0.25rem; }
|
|
.fields-compact .form-group .form__field-label {
|
|
font-weight: bold; }
|
|
.fields-compact .form-group:after {
|
|
margin-bottom: 0.25rem; }
|
|
.fields-compact .form-group:after,
|
|
.fields-compact .form__divider:after {
|
|
display: none; }
|
|
|
|
.fields-row {
|
|
margin: 0 !important;
|
|
padding: 0 0 2em !important;
|
|
width: 100%; }
|
|
.fields-row .form__fieldgroup {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
width: 100% !important;
|
|
max-width: 100% !important;
|
|
flex: 0 0 100% !important;
|
|
display: flex;
|
|
flex-wrap: wrap; }
|
|
.fields-row .form__fieldgroup > .form-group {
|
|
padding: 0 1rem;
|
|
margin: 0 !important;
|
|
flex: 1 1 50%;
|
|
max-width: 50%; }
|
|
|
|
.notifications-list .alert .btn-close {
|
|
display: none; }
|
|
|