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
9a71c68f
Commit
9a71c68f
authored
Sep 10, 2013
by
Pavel Yushchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
94f76633
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
lms/static/sass/course/layout/_courseware_header.scss
+1
-1
lms/static/sass/shared/_header.scss
+1
-1
lms/templates/footer.html
+1
-1
lms/templates/navigation.html
+2
-0
No files found.
lms/static/sass/course/layout/_courseware_header.scss
View file @
9a71c68f
...
...
@@ -134,7 +134,7 @@ header.global.slim {
}
img
{
height
:
30
px
;
height
:
62
px
;
}
}
...
...
lms/static/sass/shared/_header.scss
View file @
9a71c68f
...
...
@@ -21,7 +21,7 @@ header.global {
margin
:
-2px
39px
0px
0px
;
position
:
relative
;
a
{
!
.slim
a
{
display
:
block
;
position
:
absolute
;
}
...
...
lms/templates/footer.html
View file @
9a71c68f
...
...
@@ -38,7 +38,7 @@
</div>
<div
class=
"references"
>
<nav
class=
"nav-
soci
al"
>
<nav
class=
"nav-
leg
al"
>
<ul>
<li
class=
"nav-legal-01"
>
<a
href=
"http://olimpiada.ru/"
>
Olimpiada.ru
</a>
...
...
lms/templates/navigation.html
View file @
9a71c68f
...
...
@@ -47,6 +47,7 @@ site_status_msg = get_site_status_msg(course_id)
<img
src=
"${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}"
alt=
"${_('{settings.PLATFORM_NAME} home')}"
/>
</
%
block>
</a>
% if not course:
<span
style=
"
display: inline-block;
/* margin-top: 20px; */
...
...
@@ -58,6 +59,7 @@ site_status_msg = get_site_status_msg(course_id)
"
>
Департамент образования города Москвы
<br>
центр педагогического мастерства
<br>
курсы повышения квалификации учителей
</span>
% endif
</h1>
% if course:
...
...
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