MINOR: Removed extra margin from tools add page button.

This commit is contained in:
Andrew Short 2012-06-13 17:49:04 +10:00
parent a6cee248e0
commit acc6115154
2 changed files with 0 additions and 4 deletions

View File

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

View File

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