Commit 05249d59 by frances botsford

Merge pull request #8697 from edx/frances/fix/lmsbigwindow

InstrDash and Wiki content responsive
parents 281ebaa3 9969549b
...@@ -55,7 +55,9 @@ body.view-incourse { ...@@ -55,7 +55,9 @@ body.view-incourse {
// courseware and progress page // courseware and progress page
.course-wrapper, .course-wrapper,
.profile-wrapper { .profile-wrapper,
.instructor-dashboard-wrapper-2,
.wiki-wrapper {
max-width: 1180px; max-width: 1180px;
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
......
...@@ -115,8 +115,8 @@ header.global { ...@@ -115,8 +115,8 @@ header.global {
.user { .user {
@include float(right); @include float(right);
@extend %ui-print-excluded; @extend %ui-print-excluded;
margin-top: ($baseline/4); margin-top: ($baseline/4);
padding-left: 0;
> .primary { > .primary {
display: block; display: block;
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
</head> </head>
<body class="{% block bodyclass %}{% endblock %} lang_{{LANGUAGE_CODE}}"> <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> <a class="nav-skip" href="{% block nav_skip %}#content{% endblock %}">{% trans "Skip to main content" %}</a>
{% with course=request.course %} {% with course=request.course %}
{% if IS_EDX_DOMAIN %} {% if IS_EDX_DOMAIN %}
...@@ -47,6 +48,8 @@ ...@@ -47,6 +48,8 @@
{% include "footer.html" %} {% include "footer.html" %}
{% endif %} {% endif %}
</div>
{% compressed_js 'application' %} {% compressed_js 'application' %}
{% compressed_js 'module-js' %} {% 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