mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR: Removed extra margin from tools add page button.
This commit is contained in:
parent
a6cee248e0
commit
acc6115154
@ -14,7 +14,6 @@
|
||||
#cms-content-treeview .cms-tree-expand-trigger { display: none; }
|
||||
|
||||
.cms-content-tools #cms-content-treeview .cms-content-toolbar { border-bottom: none; box-shadow: none; margin-bottom: 8px; }
|
||||
.cms-content-tools #cms-content-treeview .cms-content-toolbar .cms-page-add-button { margin-top: 8px; }
|
||||
.cms-content-tools #cms-content-treeview .cms-tree-view-modes, .cms-content-tools #cms-content-treeview .cms-content-batchactions { display: none; }
|
||||
.cms-content-tools #cms-content-treeview .cms-tree-expand-trigger { display: inline-block; margin: 0 0 2px 0; position: absolute; top: 8px; right: 4px; }
|
||||
.cms-content-tools #cms-content-treeview .cms-tree-expand-trigger span.ui-button-text { padding-right: 8px; }
|
||||
|
@ -59,9 +59,6 @@
|
||||
border-bottom:none;
|
||||
box-shadow:none;
|
||||
margin-bottom:8px;
|
||||
.cms-page-add-button {
|
||||
margin-top:8px;
|
||||
}
|
||||
}
|
||||
.cms-tree-view-modes,
|
||||
.cms-content-batchactions {
|
||||
|
Loading…
Reference in New Issue
Block a user