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

Add a little more padding to hierarchical facets icons.

parent eda48513
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -93,3 +93,6 @@ li.jstree-node { ...@@ -93,3 +93,6 @@ li.jstree-node {
} }
li.jstree-facet .badge {cursor: text;} li.jstree-facet .badge {cursor: text;}
li.jstree-facet ul {padding-left: 20px;} li.jstree-facet ul {padding-left: 20px;}
.list-group.facet .jstree-node { padding-left: 19px; }
.list-group.facet .jstree-icon::before { margin-left: -12px; }
...@@ -93,3 +93,6 @@ li.jstree-node { ...@@ -93,3 +93,6 @@ li.jstree-node {
} }
li.jstree-facet .badge {cursor: text;} li.jstree-facet .badge {cursor: text;}
li.jstree-facet ul {padding-left: 20px;} li.jstree-facet ul {padding-left: 20px;}
.list-group.facet .jstree-node { padding-left: 19px; }
.list-group.facet .jstree-icon::before { margin-left: -12px; }
...@@ -48,3 +48,5 @@ ...@@ -48,3 +48,5 @@
.marc-row-008 { .marc-row-008 {
white-space: pre-wrap; white-space: pre-wrap;
} }
.comment-form textarea.form-control { display: block; }
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