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
cb9d2c88
Commit
cb9d2c88
authored
May 17, 2013
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2064 from edx/bug/frances/studio-ffnavwrap
Bug fix for Studio nav in FF on PC
parents
ef3204da
e69b5c47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
cms/static/sass/elements/_header.scss
+11
-5
No files found.
cms/static/sass/elements/_header.scss
View file @
cb9d2c88
...
@@ -106,13 +106,19 @@
...
@@ -106,13 +106,19 @@
width
:
1px
;
width
:
1px
;
}
}
.course-org
{
margin-right
:
(
$baseline
/
4
);
}
.course-number
,
.course-org
{
.course-number
,
.course-org
{
@include
font-size
(
12
);
@include
font-size
(
12
);
display
:
inline-block
;
display
:
inline-block
;
max-width
:
70px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
line-height
:
1
.3
;
}
.course-org
{
margin-right
:
(
$baseline
/
4
);
max-width
:
140px
;
}
}
.course-title
{
.course-title
{
...
@@ -132,7 +138,7 @@
...
@@ -132,7 +138,7 @@
// specific elements - course nav
// specific elements - course nav
.nav-course
{
.nav-course
{
width
:
2
85
px
;
width
:
2
90
px
;
margin-top
:
-
(
$baseline
/
4
);
margin-top
:
-
(
$baseline
/
4
);
@include
font-size
(
14
);
@include
font-size
(
14
);
...
...
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