mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
UPD: Minor CMS updates
This commit is contained in:
parent
954c1264bc
commit
1899b30595
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user