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
872dae0f
Commit
872dae0f
authored
Sep 29, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: resolving vertical alignment issues with new header global nav items
parent
872221a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lms/static/sass/shared/_header.scss
+2
-2
lms/static/sass/views/_verification.scss
+5
-0
No files found.
lms/static/sass/shared/_header.scss
View file @
872dae0f
...
...
@@ -556,7 +556,7 @@ header.global-new {
}
.nav-global
{
margin-top
:
(
$baseline
/
2
);
margin-top
:
(
$baseline
/
4
);
list-style
:
none
;
float
:
left
;
...
...
@@ -576,7 +576,7 @@ header.global-new {
display
:block
;
padding
:
(
$baseline
/
4
);
font-size
:
18px
;
padding-bottom
:
20px
;
padding-bottom
:
(
$baseline
*
1
.25
)
;
font-weight
:
600
;
font-family
:
$header-sans-serif
;
color
:
$courseware-navigation-color
;
...
...
lms/static/sass/views/_verification.scss
View file @
872dae0f
...
...
@@ -108,6 +108,11 @@
color
:
$m-gray-d4
;
}
// reset: navigation (needed due to edX's new global-header styling)
.global-new
.nav-global
a
{
padding-bottom
:
(
$baseline
+
1
);
}
// HACK: nasty override due to our bad input/button styling
button
,
input
[
type
=
"submit"
],
input
[
type
=
"button"
],
button
[
type
=
"submit"
]
{
@include
font-size
(
16
);
...
...
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