From e82582e329eb2731ad44b160204ee54d08760f46 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Thu, 9 Aug 2012 11:17:26 -0400 Subject: [PATCH 01/30] added course name to global nav bar --- lms/static/sass/course/base/_extends.scss | 18 ++++++++++++++++++ lms/templates/navigation.html | 7 ++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/course/base/_extends.scss b/lms/static/sass/course/base/_extends.scss index 72e2f56bbb..62a6b25393 100644 --- a/lms/static/sass/course/base/_extends.scss +++ b/lms/static/sass/course/base/_extends.scss @@ -185,3 +185,21 @@ h1.top-header { .tran { @include transition( all, .2s, $ease-in-out-quad); } + +.global { + h2 { + float: left; + font-size: 0.9em; + font-weight: 600; + line-height: 40px; + letter-spacing: 0; + text-transform: none; + text-shadow: 0 1px 0 #fff; + + .provider { + font: inherit; + font-weight: bold; + color: #6d6d6d; + } + } +} \ No newline at end of file diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index f628e346f2..f0242f995b 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -7,11 +7,16 @@