From 059450c0de0013e87ea92ac599b9d996e15dbf7c Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 22 Jul 2013 09:28:10 -0400 Subject: [PATCH] Studio: revises HTML and styling around new unit ID on unit view --- cms/static/sass/views/_unit.scss | 19 +++++++++++++++++++ cms/templates/unit.html | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index 45e9823c2e..06685ad96b 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -747,6 +747,7 @@ body.unit { // Unit Page Sidebar .unit-settings { + .window-contents { padding: $baseline/2 $baseline; } @@ -854,6 +855,24 @@ body.unit { } .unit-location { + + // unit id + .wrapper-unit-id { + + .unit-id { + + .label { + @extend .t-title7; + margin-bottom: ($baseline/4); + color: $gray-d1; + } + + .value { + margin-bottom: 0; + } + } + } + .url { box-shadow: none; width: 100%; diff --git a/cms/templates/unit.html b/cms/templates/unit.html index 22333fd85f..c31d5254e4 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -171,7 +171,12 @@

${_("Unit Location")}

-
${_("Unit Identifier:")} 
+
+

+ ${_("Unit Identifier:")} + +

+
  1. ${section.display_name_with_default}