From 28b0305f8bcb4bafe18ab6ece54f1cb80cb8de9f Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Fri, 22 Apr 2016 18:23:16 -0400 Subject: [PATCH] Fixes --- lms/static/sass/shared-v2/_header.scss | 26 ++---- lms/templates/main.html | 1 + lms/templates/navigation.html | 100 ++++------------------- themes/edx.org/lms/templates/header.html | 20 ++--- 4 files changed, 34 insertions(+), 113 deletions(-) diff --git a/lms/static/sass/shared-v2/_header.scss b/lms/static/sass/shared-v2/_header.scss index 921613674a..76a0d3398d 100644 --- a/lms/static/sass/shared-v2/_header.scss +++ b/lms/static/sass/shared-v2/_header.scss @@ -47,14 +47,17 @@ } .list-inline { - margin-top: 12px; + &.nav-global { + margin-top: 12px; + } + + &.nav-courseware { + margin-top: 5px; + } .item { - display: inline-block; - font-size: font-size(small); font-weight: font-weight(semi-bold); text-transform: uppercase; - letter-spacing: 0 !important; &.active { a { @@ -62,22 +65,7 @@ color: $link-color; } } - - a { - color: $courseware-navigation-color; - padding: 3px 10px; - - &:hover, - &:focus { - background: inherit; - color: $courseware-hover-color; - } - } } } - - .nav-courseware.list-inline { - margin-top: 5px; - } } } diff --git a/lms/templates/main.html b/lms/templates/main.html index b7e13300cc..9977348fcc 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -74,6 +74,7 @@ from pipeline_mako import render_require_js_path_overrides ## TODO: Update to only bring in RequireJS ## https://openedx.atlassian.net/browse/FEDX-140 <%static:js group='base_vendor'/> + <%static:js group='base_application'/> % endif