From f9bb8a701ae49545d64b7a9fff5a703d08043c2c Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Fri, 22 Jun 2012 09:42:16 -0400 Subject: [PATCH] Added new readme info and started to rework some of the css --- cms/static/sass/README.txt | 2 +- cms/static/sass/_module-header.scss | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/cms/static/sass/README.txt b/cms/static/sass/README.txt index 72225393e4..3b760ff214 100644 --- a/cms/static/sass/README.txt +++ b/cms/static/sass/README.txt @@ -1,3 +1,3 @@ Sass Watch: -sass --watch cms/static/sass:cms/static/css -r ./cms/static/sass/bourbon/lib/bourbon.rb +sass --watch cms/static/sass:cms/static/sass -r ./cms/static/sass/bourbon/lib/bourbon.rb diff --git a/cms/static/sass/_module-header.scss b/cms/static/sass/_module-header.scss index e2af263618..03acbecd9b 100644 --- a/cms/static/sass/_module-header.scss +++ b/cms/static/sass/_module-header.scss @@ -1,18 +1,15 @@ -section.video-new, section.video-edit, section.problem-new, section.problem-edit { - position: absolute; - top: 72px; - right: 0; +section.video-new, +section.video-edit, +section.problem-new, +section.problem-edit, +section.html-edit { background: #fff; - width: flex-grid(6); - @include box-shadow(0 0 6px #666); border: 1px solid #333; border-right: 0; - z-index: 4; > header { - background: #666; + background: #eee; @include clearfix; - color: #fff; padding: 6px; border-bottom: 1px solid #333; -webkit-font-smoothing: antialiased;