diff --git a/cms/static/img/large-toggles.png b/cms/static/img/large-toggles.png index 2251a1fa72..8c38a77ba0 100644 Binary files a/cms/static/img/large-toggles.png and b/cms/static/img/large-toggles.png differ diff --git a/cms/static/sass/_header.scss b/cms/static/sass/_header.scss index 0518436511..6fe5b2ea32 100644 --- a/cms/static/sass/_header.scss +++ b/cms/static/sass/_header.scss @@ -17,13 +17,17 @@ line-height: 18px; } - a { + a, + .username { float: left; display: inline-block; height: 29px; padding: 7px 15px 0; color: #e4e6ee; - box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, -1px 0 0 rgba(0, 0, 0, 0.3) inset; + } + + a { + box-shadow: 1px 0 0 #787981 inset, -1px 0 0 #3d3e44 inset, 1px 0 0 #787981, -1px 0 0 #3d3e44; &:hover { background: rgba(255, 255, 255, .1); diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 4546835811..027b346f20 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -263,6 +263,10 @@ } } + .status { + display: none; + } + .visibility-options .option { margin-right: 10px; padding: 3px 13px 6px; @@ -279,7 +283,7 @@ } .save-button { - @include blue-button; + @include white-button; margin-top: 10px; } @@ -292,6 +296,10 @@ @include orange-button; margin-top: 10px; } + + .release-button { + @include blue-button; + } } .unit-history { diff --git a/cms/templates/unit.html b/cms/templates/unit.html index e9a31ea82d..7b52424395 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -1,5 +1,6 @@ <%inherit file="base.html" /> <%! from django.core.urlresolvers import reverse %> +<%block name="bodyclass">unit <%block name="title">CMS Unit <%block name="content">
@@ -62,11 +63,19 @@
- hideshow + hiddenshown +
+
+ +
- Save + Save Draft Preview + Release
diff --git a/cms/templates/widgets/header.html b/cms/templates/widgets/header.html index c21f1f564b..0c4905fbe2 100644 --- a/cms/templates/widgets/header.html +++ b/cms/templates/widgets/header.html @@ -1,12 +1,18 @@ <%! from django.core.urlresolvers import reverse %> -
-