diff --git a/lms/askbot/skins/mitx/templates/base.html b/lms/askbot/skins/mitx/templates/base.html index ced2376a99..18ca213cb7 100644 --- a/lms/askbot/skins/mitx/templates/base.html +++ b/lms/askbot/skins/mitx/templates/base.html @@ -20,7 +20,7 @@ {% include "widgets/header.html" %} {# Logo, user tool navigation and meta navitation #} {# include "widgets/secondary_header.html" #} {# Scope selector, search input and ask button #} - + {% block body %} {% endblock %} diff --git a/lms/askbot/skins/mitx/templates/meta/html_head_stylesheets.html b/lms/askbot/skins/mitx/templates/meta/html_head_stylesheets.html index 99223edac4..3ec11b59fd 100644 --- a/lms/askbot/skins/mitx/templates/meta/html_head_stylesheets.html +++ b/lms/askbot/skins/mitx/templates/meta/html_head_stylesheets.html @@ -1,3 +1,4 @@ {% load extra_filters_jinja %} {{ 'application' | compressed_css }} +{{ 'course' | compressed_css }} diff --git a/lms/askbot/skins/mitx/templates/navigation.jinja.html b/lms/askbot/skins/mitx/templates/navigation.jinja.html index d69afbebc6..59c7148184 100644 --- a/lms/askbot/skins/mitx/templates/navigation.jinja.html +++ b/lms/askbot/skins/mitx/templates/navigation.jinja.html @@ -1,46 +1,27 @@ - + - - - + + + + Find Courses + + - {%if request.user.is_authenticated(): %} - Circuits and Electronics - - - - {{ request.user.username }} + + + + ${user.username} - - ▾ - - Account Settings - Log Out - + + ▾ + + ## Account Settings + Help + Log Out + - {%else:%} - - Courses - How It Works - - - Log In - Sign Up - - - - About - - - Jobs - - - faq - - - {%endif %} diff --git a/lms/askbot/skins/mitx/templates/widgets/footer.html b/lms/askbot/skins/mitx/templates/widgets/footer.html index 4675a07047..d152e2a38e 100644 --- a/lms/askbot/skins/mitx/templates/widgets/footer.html +++ b/lms/askbot/skins/mitx/templates/widgets/footer.html @@ -1,26 +1,38 @@ - + + + + + + + + + + + © 2012 edX, some rights reserved. + + + + Terms of Service + Privacy Policy + Honor Code + Help + + + + + diff --git a/lms/static/sass/course/_help.scss b/lms/static/sass/course/_help.scss deleted file mode 100644 index cb505814e9..0000000000 --- a/lms/static/sass/course/_help.scss +++ /dev/null @@ -1,54 +0,0 @@ -section.help.main-content { - padding: lh(); - - h1 { - border-bottom: 1px solid #ddd; - margin-bottom: lh(); - margin-top: 0; - padding-bottom: lh(); - } - - p { - max-width: 700px; - } - - h2 { - margin-top: 0; - } - - section.self-help { - float: left; - margin-bottom: lh(); - margin-right: flex-gutter(); - width: flex-grid(6); - - ul { - margin-left: flex-gutter(6); - - li { - margin-bottom: lh(.5); - } - } - } - - section.help-email { - float: left; - width: flex-grid(6); - - dl { - display: block; - margin-bottom: lh(); - - dd { - margin-bottom: lh(); - } - - dt { - clear: left; - float: left; - font-weight: bold; - width: flex-grid(2, 6); - } - } - } -} diff --git a/lms/static/sass/course/discussion/_discussion.scss b/lms/static/sass/course/discussion/_discussion.scss index b9022a43d8..7b0aa601d9 100644 --- a/lms/static/sass/course/discussion/_discussion.scss +++ b/lms/static/sass/course/discussion/_discussion.scss @@ -1,8 +1,6 @@ // Generic layout styles for the discussion forums - body.askbot { - - section.main-content { + section.container { div.discussion-wrapper { @extend .table-wrapper;
© 2012 edX, some rights reserved.