From b95374c7036f6754d39824ae7ac25e6e1d839cf9 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Wed, 10 Oct 2012 10:31:55 -0400 Subject: [PATCH] tightened unit treeview styles --- cms/static/sass/_content-types.scss | 1 + cms/static/sass/_unit.scss | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/cms/static/sass/_content-types.scss b/cms/static/sass/_content-types.scss index eda947e380..7cca469350 100644 --- a/cms/static/sass/_content-types.scss +++ b/cms/static/sass/_content-types.scss @@ -5,6 +5,7 @@ padding-left: 14px; background-position: 8px center; background-repeat: no-repeat; + vertical-align: middle; } .videosequence-icon { diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 5acc7f54b0..a04fc1095b 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -382,6 +382,11 @@ .window-contents > ol { @include tree-view; + .section-item { + font-size: 11px; + padding: 2px 8px 4px 16px; + } + ol { .section-item { padding-left: 30px;