Commit 9969549b by Frances Botsford

fix for instr dash and wiki responsive

parent 033d36c8
......@@ -55,7 +55,9 @@ body.view-incourse {
// courseware and progress page
.course-wrapper,
.profile-wrapper {
.profile-wrapper,
.instructor-dashboard-wrapper-2,
.wiki-wrapper {
max-width: 1180px;
margin: 0 auto;
padding: 0;
......
......@@ -118,8 +118,8 @@ header.global {
.user {
@include float(right);
@extend %ui-print-excluded;
margin-top: ($baseline/4);
padding-left: 0;
> .primary {
display: block;
......
......@@ -27,6 +27,7 @@
</head>
<body class="{% block bodyclass %}{% endblock %} lang_{{LANGUAGE_CODE}}">
<div class="window-wrap" dir="${static.dir_rtl()}">
<a class="nav-skip" href="{% block nav_skip %}#content{% endblock %}">{% trans "Skip to main content" %}</a>
{% with course=request.course %}
{% if IS_EDX_DOMAIN %}
......@@ -47,6 +48,8 @@
{% include "footer.html" %}
{% endif %}
</div>
{% compressed_js 'application' %}
{% compressed_js 'module-js' %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment