From 66a3e9621bc30b3c9a3dc4ea49110eab5071bafd Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 17 Jan 2013 17:04:28 -0500 Subject: [PATCH 1/2] studio - removed editor type icon and text for all components except for problems --- cms/static/sass/_unit.scss | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 5edce2419c..43acdc1eea 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -51,6 +51,8 @@ } .components { + + > li { position: relative; z-index: 10; @@ -118,6 +120,24 @@ } } + .new-component-templates { + display: none; + padding: 20px; + @include clearfix; + + .cancel-button { + @include white-button; + } + + // specific menu types + &.new-component-problem { + + .ss-icon, .editor-indicator { + display: inline-block; + } + } + } + .new-component-type, .new-component-template { @include clearfix; @@ -177,7 +197,11 @@ position: relative; top: 3px; font-size: 12px; - opacity: 0.1; + opacity: 0.3; + } + + .ss-icon, .editor-indicator { + display: none; } &:hover { @@ -214,16 +238,6 @@ } } - - .new-component-templates { - display: none; - padding: 20px; - @include clearfix; - - .cancel-button { - @include white-button; - } - } } } } From 5b82a68c184db662dcf72d627132422401b79a1b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 17 Jan 2013 17:06:07 -0500 Subject: [PATCH 2/2] studio - removing extra line/whitespace in sass --- cms/static/sass/_unit.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 43acdc1eea..d8ca1117e9 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -52,7 +52,6 @@ .components { - > li { position: relative; z-index: 10; @@ -137,7 +136,7 @@ } } } - + .new-component-type, .new-component-template { @include clearfix;