Prevents CMS tabs from sitting atop save buttons

This commit is contained in:
Samuel Georges 2016-05-18 08:38:46 +10:00
parent 6bae91b411
commit 60893d151f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {