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
b0be1cd3
Commit
b0be1cd3
authored
Feb 06, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - soft landing: revised app nav flexible grid
parent
b98c643a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
cms/static/sass/_header.scss
+16
-7
No files found.
cms/static/sass/_header.scss
View file @
b0be1cd3
...
...
@@ -49,6 +49,12 @@
float
:
right
;
}
// general nav styles
// ====================
nav
.nav-item
{
display
:
inline-block
;
}
// ====================
// specific elements - branding
...
...
@@ -79,7 +85,7 @@
// specific elements - course name/info
.info-course
{
position
:
relative
;
max-width
:
200
px
;
max-width
:
195
px
;
margin-top
:
-3px
;
padding-right
:
$baseline
;
@include
font-size
(
14
);
...
...
@@ -133,7 +139,6 @@
@include
font-size
(
14
);
>
ol
>
.nav-item
{
display
:
inline-block
;
vertical-align
:
bottom
;
width
:
100px
;
margin
:
0
(
$baseline
/
2
)
0
0
;
...
...
@@ -192,14 +197,14 @@
// specific elements - account-based nav
.nav-account
{
max-width
:
300px
;
min-width
:
175px
;
width
:
20%
;
width
:
100%
;
margin-top
:
10px
;
@include
font-size
(
14
);
text-align
:
right
;
.nav-account-username
{
width
:
100%
;
.ss-icon
{
display
:
inline-block
;
vertical-align
:
middle
;
...
...
@@ -224,6 +229,10 @@
.nav-item
{
position
:
relative
;
.icon-expand
{
}
}
.nav-sub
{
...
...
@@ -236,7 +245,8 @@
@include
box-shadow
(
0
1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
background
:
$white
;
li
{
.nav-item
{
display
:
block
;
margin
:
0
0
(
$baseline
/
4
)
0
;
border-bottom
:
1px
solid
$gray-l5
;
padding
:
0
0
(
$baseline
/
4
)
0
;
...
...
@@ -379,7 +389,6 @@
.nav-item
{
@include
font-size
(
16
);
display
:
inline-block
;
vertical-align
:
middle
;
margin
:
0
$baseline
0
0
;
...
...
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