Prevents CMS tabs from sitting atop save buttons
This commit is contained in:
parent
6bae91b411
commit
60893d151f
|
|
@ -109,7 +109,7 @@ div.control-componentlist div.components div.layout-cell.placeholder > div:after
|
|||
text-shadow: none !important;
|
||||
}
|
||||
[data-field-name="components"] + .control-tabs.primary-tabs {
|
||||
margin-top: -20px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
div.control-componentlist {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ div.control-componentlist div.components div.layout-cell {
|
|||
// Reduce the double standard padding, since the tabs have padding
|
||||
// at the top and the components field has padding at the bottom.
|
||||
[data-field-name="components"] + .control-tabs.primary-tabs {
|
||||
margin-top: -@padding-standard;
|
||||
margin-top: -(@padding-standard / 2);
|
||||
}
|
||||
|
||||
div.control-componentlist {
|
||||
|
|
|
|||
Loading…
Reference in New Issue