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
5baee348
Commit
5baee348
authored
Jun 04, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #60 from edx/fix/btalbot/lms-header
LMS Slim Header Visual Clean-Up
parents
fda44422
7c4e20f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
lms/static/sass/course/layout/_courseware_header.scss
+13
-9
lms/templates/navigation.html
+1
-1
No files found.
lms/static/sass/course/layout/_courseware_header.scss
View file @
5baee348
...
...
@@ -62,7 +62,8 @@ nav.course-material {
header
.global.slim
{
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,
.1
));
height
:
50px
;
height
:
auto
;
padding
:
5px
0
10px
0
;
border-bottom
:
1px
solid
$outer-border-color
;
background
:
$white
;
...
...
@@ -106,16 +107,15 @@ header.global.slim {
padding-top
:
5px
;
}
h1
.logo
{
margin-left
:
13px
;
margin-right
:
20px
;
h1
.logo
{
margin
:
0
10px
0
13px
;
padding-right
:
20px
;
&
:before
{
@extend
.faded-vertical-divider
;
content
:
""
;
display
:
block
;
height
:
40
px
;
height
:
35
px
;
position
:
absolute
;
right
:
3px
;
top
:
0
;
...
...
@@ -126,12 +126,16 @@ header.global.slim {
@extend
.faded-vertical-divider-light
;
content
:
""
;
display
:
block
;
height
:
40
px
;
height
:
35
px
;
position
:
absolute
;
right
:
0
px
;
right
:
0
;
top
:
0
;
width
:
1px
;
}
img
{
height
:
30px
;
}
}
.nav-global
{
...
...
@@ -147,6 +151,7 @@ header.global.slim {
color
:
#777
;
letter-spacing
:
0
;
margin-top
:
9px
;
margin-bottom
:
0
;
text-transform
:
none
;
text-shadow
:
0
1px
0
#fff
;
white-space
:
nowrap
;
...
...
@@ -168,4 +173,4 @@ header.global.slim {
font-weight
:
bold
;
letter-spacing
:
0
;
}
}
\ No newline at end of file
}
lms/templates/navigation.html
View file @
5baee348
...
...
@@ -39,7 +39,7 @@ site_status_msg = get_site_status_msg(course_id)
<h1
class=
"logo"
>
<a
href=
"${marketing_link('ROOT')}"
>
<img
src=
"${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}"
/>
<img
src=
"${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}"
alt=
"edX home"
/>
</a></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