mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
ENHANCEMENT:Trac#7166 - styled the new combined tree and edit view.
This commit is contained in:
parent
0f7dd7922f
commit
1e25637acb
@ -13,8 +13,11 @@
|
||||
/** -------------------------------------------- Tree View (collapsed for sidebar) -------------------------------------------- */
|
||||
#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; }
|
||||
.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; }
|
||||
.cms-content-tools #cms-content-treeview .cms-tree .badge, .cms-content-tools #cms-content-treeview .cms-tree a > .jstree-icon { display: none; }
|
||||
|
||||
.cms .AssetAdmin .cms-content-fields { overflow: hidden; }
|
||||
|
@ -55,12 +55,27 @@
|
||||
|
||||
.cms-content-tools { // Hide certain elements when shown in "sidebar mode"
|
||||
#cms-content-treeview {
|
||||
.cms-content-toolbar {
|
||||
border-bottom:none;
|
||||
box-shadow:none;
|
||||
margin-bottom:8px;
|
||||
.cms-page-add-button {
|
||||
margin-top:8px;
|
||||
}
|
||||
}
|
||||
.cms-tree-view-modes,
|
||||
.cms-content-batchactions {
|
||||
display: none;
|
||||
}
|
||||
.cms-tree-expand-trigger {
|
||||
display: inline-block;
|
||||
display: inline-block;
|
||||
margin:0 0 2px 0;
|
||||
position:absolute;
|
||||
top:8px;
|
||||
right:4px;
|
||||
span.ui-button-text{
|
||||
padding-right:8px;
|
||||
}
|
||||
}
|
||||
|
||||
.cms-tree {
|
||||
|
Loading…
Reference in New Issue
Block a user