UPD: Minor CMS updates

This commit is contained in:
Tony Air 2022-02-23 14:41:49 +02:00
parent 954c1264bc
commit 1899b30595
1 changed files with 5 additions and 22 deletions

View File

@ -6,28 +6,6 @@
display: none;
}
// Fix form actions
#Form_ItemEditForm_MajorActions_Holder {
border: 0;
margin-bottom: 0;
min-width: 30%;
padding-bottom: 0;
}
#Form_EditForm_MajorActions_Holder {
border: 0;
margin-bottom: 0;
min-width: 70%;
padding-bottom: 0;
}
#Form_ItemEditForm_RightGroup_Holder {
border: 0;
margin-bottom: 0;
min-width: 20%;
padding-bottom: 0;
}
// make edit icon always shown
.grid-field__icon-action {
&.edit-link {
@ -35,6 +13,11 @@
}
}
// better items aligment
.grid-field__col-compact {
vertical-align: bottom;
}
// correct primary buttons coloring
.toolbar--south {
.btn-primary {