Commit b95374c7 by Tom Giannattasio

tightened unit treeview styles

parent 6e4fe502
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
padding-left: 14px; padding-left: 14px;
background-position: 8px center; background-position: 8px center;
background-repeat: no-repeat; background-repeat: no-repeat;
vertical-align: middle;
} }
.videosequence-icon { .videosequence-icon {
......
...@@ -382,6 +382,11 @@ ...@@ -382,6 +382,11 @@
.window-contents > ol { .window-contents > ol {
@include tree-view; @include tree-view;
.section-item {
font-size: 11px;
padding: 2px 8px 4px 16px;
}
ol { ol {
.section-item { .section-item {
padding-left: 30px; padding-left: 30px;
......
Markdown is supported
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