Skip to content
Snippets Groups Projects
Commit bfb3dba1 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Move js-tree styling from bootstrap.less to js-tree.less

parent eaad9b67
Branches
Tags
No related merge requests found
...@@ -198,25 +198,6 @@ footer { ...@@ -198,25 +198,6 @@ footer {
} }
} }
/* ------ Collections ------ */
// Layout
@media (min-width: 768px) {
.collection-hierarchytree { display: flex; }
.collection-hierarchytree .tree-panel,
.collection-hierarchytree #tree-preview {
flex-basis: 50%;
max-height: 75vh;
padding: 1rem;
overflow-y: auto;
}
#modal .collection-hierarchytree { display: block; }
#modal .tree-panel {
flex-basis: 100%;
padding: 0;
}
#modal #tree-preview { display: none; }
}
/* ------ Devtools ------ */ /* ------ Devtools ------ */
.translation-output { .translation-output {
width: 100%; width: 100%;
......
@media (min-width: 768px) {
.collection-hierarchytree { display: flex; }
.collection-hierarchytree .tree-panel,
.collection-hierarchytree #tree-preview {
flex-basis: 50%;
max-height: 75vh;
padding: 1rem;
overflow-y: auto;
}
#modal .collection-hierarchytree { display: block; }
#modal .tree-panel {
flex-basis: 100%;
padding: 0;
}
#modal #tree-preview { display: none; }
}
.hierarchy-tree, .hierarchy-tree,
.jstree-facet { .jstree-facet {
/* jsTree arrows */ /* jsTree arrows */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment