Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
05249d59
Commit
05249d59
authored
9 years ago
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8697 from edx/frances/fix/lmsbigwindow
InstrDash and Wiki content responsive
parents
281ebaa3
9969549b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
lms/static/sass/base/_layouts.scss
+3
-1
lms/static/sass/shared/_header.scss
+1
-1
lms/templates/main_django.html
+3
-0
No files found.
lms/static/sass/base/_layouts.scss
View file @
05249d59
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
lms/static/sass/shared/_header.scss
View file @
05249d59
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
lms/templates/main_django.html
View file @
05249d59
...
@@ -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' %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment