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
cd8051fb
Commit
cd8051fb
authored
Jun 21, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleans up signed in users navigation
parent
9bcdcec6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
131 additions
and
144 deletions
+131
-144
lms/static/sass/_shared_header.scss
+126
-141
lms/static/sass/application.css
+0
-0
lms/templates/navigation.html
+5
-3
No files found.
lms/static/sass/_shared_header.scss
View file @
cd8051fb
...
...
@@ -19,6 +19,26 @@ header.app {
float
:
left
;
height
:
100%
;
margin
:
16px
15px
0px
0px
;
position
:
relative
;
img
{
position
:
relative
;
z-index
:
2
;
}
&
:hover
{
&
:
:
before
{
@include
background-image
(
radial-gradient
(
50%
50%
,
circle
closest-side
,
rgba
(
255
,
255
,
255
,
0
.8
)
0%
,
rgba
(
255
,
255
,
255
,
0
)
100%
));
content
:
""
;
display
:
block
;
height
:
90px
;
left
:
-20px
;
position
:
absolute
;
top
:
-32px
;
width
:
90px
;
z-index
:
1
;
}
}
}
.divider
{
...
...
@@ -79,6 +99,8 @@ header.app {
}
li
.primary
{
position
:
relative
;
a
{
border
:
1px
solid
transparent
;
@include
border-radius
(
3px
);
...
...
@@ -86,16 +108,16 @@ header.app {
color
:
$base-font-color
;
display
:
block
;
font
:
normal
1
.2rem
/
1
.4rem
$sans-serif
;
height
:
3
0
px
;
height
:
3
8
px
;
@include
inline-block
;
margin
:
5px
;
padding
:
6
px
8px
;
margin
:
1px
5px
;
padding
:
10
px
8px
;
text-decoration
:
none
;
text-transform
:
uppercase
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
vertical-align
:
middle
;
&
:hover
{
&
:hover
,
&
.active
{
@include
background-image
(
linear-gradient
(
-90deg
,
rgb
(
245
,
245
,
245
)
0%
,
rgb
(
243
,
243
,
243
)
50%
,
rgb
(
237
,
237
,
237
)
50%
,
rgb
(
235
,
235
,
235
)
100%
));
border-color
:
rgb
(
200
,
200
,
200
);
@include
box-shadow
(
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.6
));
...
...
@@ -103,163 +125,126 @@ header.app {
}
}
}
}
nav
.user
{
float
:
right
;
ol
{
font-size
:
0em
;
&
.user
{
float
:
right
;
li
{
border-right
:
1px
solid
rgb
(
200
,
200
,
200
);
@include
inline-block
;
margin-top
:
10px
;
padding
:
0px
5px
;
a
.user-link
{
padding
:
9px
8px
11px
40px
;
position
:
relative
;
vertical-align
:
bottom
;
text-transform
:
none
;
a
{
@include
border-radius
(
3px
);
color
:
$lighter-base-font-color
;
display
:
block
;
font
:
normal
italic
1
.2rem
/
1
.2rem
$serif
;
height
:
15px
;
padding
:
10px
;
text-decoration
:
none
;
text-transform
:
lowercase
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.4
);
@media
screen
and
(
max-width
:
768px
)
{
font-size
:
0em
;
padding
:
10px
0px
;
width
:
38px
;
}
&
:hover
{
background
:
rgb
(
220
,
220
,
220
);
color
:
$base-font-color
;
}
.avatar
{
background
:
rgb
(
220
,
220
,
220
);
@include
border-radius
(
3px
);
border
:
1px
solid
rgb
(
180
,
180
,
180
);
@include
box-shadow
(
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.6
));
height
:
22px
;
@include
inline-block
;
left
:
8px
;
overflow
:
hidden
;
position
:
absolute
;
top
:
6px
;
width
:
22px
;
&
.active
{
background
:
rgb
(
220
,
220
,
220
);
color
:
$base-font-color
;
&
:
:
after
{
@include
background-image
(
linear-gradient
((
-60deg
)
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
rgba
(
0
,
0
,
0
,
0
.1
)
50%
,
rgba
(
0
,
0
,
0
,
0
.2
)
50%
,
rgba
(
0
,
0
,
0
,
0
.3
)
100%
));
content
:
""
;
display
:
block
;
height
:
100%
;
position
:
absolute
;
right
:
0px
;
top
:
0px
;
width
:
100%
;
}
&
.options
{
font
:
normal
1
.2rem
/
1
.2rem
$sans-serif
;
padding-right
:
10px
;
text-transform
:
none
;
img
{
@include
border-radius
(
4px
);
display
:
block
;
min-height
:
100%
;
min-width
:
100%
;
height
:
100%
;
}
}
}
&
.user-link
{
font
:
normal
1
.2rem
/
1
.2rem
$sans-serif
;
padding
:
10px
10px
10px
45px
;
text-transform
:
none
;
@media
screen
and
(
max-width
:
768px
)
{
font-size
:
0em
;
padding
:
10px
0px
;
width
:
38px
;
}
.avatar
{
background
:
rgb
(
220
,
220
,
220
);
@include
border-radius
(
3px
);
border
:
1px
solid
rgb
(
180
,
180
,
180
);
@include
box-shadow
(
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.6
));
height
:
22px
;
@include
inline-block
;
left
:
15px
;
overflow
:
hidden
;
position
:
absolute
;
top
:
5px
;
width
:
22px
;
&
:
:
after
{
@include
background-image
(
linear-gradient
((
-60deg
)
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
rgba
(
0
,
0
,
0
,
0
.1
)
50%
,
rgba
(
0
,
0
,
0
,
0
.2
)
50%
,
rgba
(
0
,
0
,
0
,
0
.3
)
100%
));
content
:
""
;
display
:
block
;
height
:
100%
;
position
:
absolute
;
right
:
0px
;
top
:
0px
;
width
:
100%
;
}
ol
.user-options
{
@include
border-radius
(
4px
);
@include
box-shadow
(
0
1px
6px
0
rgba
(
0
,
0
,
0
,
0
.3
));
border
:
1px
solid
rgb
(
0
,
0
,
0
);
@include
background-image
(
linear-gradient
(
-90deg
,
rgba
(
0
,
0
,
0
,
0
.9
)
0%
,
rgba
(
0
,
0
,
0
,
0
.7
)
100%
));
display
:
none
;
right
:
0px
;
padding
:
5px
10px
;
position
:
absolute
;
top
:
52px
;
width
:
150px
;
z-index
:
3
;
&
.expanded
{
display
:
block
;
}
img
{
@include
border-radius
(
4px
);
display
:
block
;
min-height
:
100%
;
min-width
:
100%
;
height
:
100%
;
}
}
&
:
:
before
{
background
:
transparent
;
border
:
{
top
:
6px
solid
rgba
(
0
,
0
,
0
,
1
);
right
:
6px
solid
rgba
(
0
,
0
,
0
,
1
);
bottom
:
6px
solid
transparent
;
left
:
6px
solid
transparent
;
}
@include
box-shadow
(
1px
0
0
0
rgb
(
0
,
0
,
0
)
,
0
-1px
0
0
rgb
(
0
,
0
,
0
));
content
:
""
;
display
:
block
;
height
:
0px
;
position
:
absolute
;
@include
transform
(
rotate
(
-45deg
));
right
:
12px
;
top
:
-6px
;
width
:
0px
;
}
ol
.user-options
{
@include
border-radius
(
4px
);
@include
box-shadow
(
0
1px
6px
0
rgba
(
0
,
0
,
0
,
0
.3
));
border
:
1px
solid
rgb
(
200
,
200
,
200
);
background
:
rgb
(
220
,
220
,
220
);
display
:
none
;
right
:
4px
;
padding
:
5px
10px
;
position
:
absolute
;
top
:
50px
;
width
:
170px
;
z-index
:
3
;
li
{
display
:
block
;
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.4
);
@include
box-shadow
(
inset
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.05
));
&
.expanded
{
display
:
block
;
&
:first-child
{
border
:
none
;
@include
box-shadow
(
none
);
}
&
:
:
before
{
background
:
transparent
;
border
:
{
top
:
8px
solid
rgb
(
220
,
220
,
220
);
right
:
8px
solid
rgb
(
220
,
220
,
220
);
bottom
:
8px
solid
transparent
;
left
:
8px
solid
transparent
;
}
@include
box-shadow
(
1px
0
0
0
rgb
(
200
,
200
,
200
)
,
0
-1px
0
0
rgb
(
200
,
200
,
200
));
content
:
""
;
>
a
{
@include
box-sizing
(
border-box
);
color
:
rgba
(
255
,
255
,
255
,
0
.9
);
display
:
block
;
height
:
0px
;
position
:
absolute
;
@include
transform
(
rotate
(
-45deg
));
right
:
10px
;
top
:
-7px
;
width
:
0px
;
}
li
{
border
:
{
top
:
1px
solid
rgb
(
200
,
200
,
200
);
right
:
none
;
bottom
:
none
;
left
:
none
;
}
margin
:
0px
;
padding
:
0px
;
font
:
normal
italic
1
.2rem
/
1
.4rem
$serif
;
height
:
auto
;
margin
:
5px
0px
;
overflow
:
hidden
;
padding
:
3px
5px
4px
;
text-shadow
:
none
;
text-overflow
:
ellipsis
;
text-transform
:
none
;
@include
transition
(
padding
,
0
.1s
,
linear
);
white-space
:
nowrap
;
width
:
100%
;
&
:first-child
{
border
:
none
;
}
a
{
@include
box-sizing
(
border-box
);
display
:
block
;
font
:
normal
1rem
/
1
.2rem
$sans-serif
;
height
:
auto
;
margin
:
5px
0px
;
overflow
:
hidden
;
padding
:
5px
;
text-overflow
:
ellipsis
;
@include
transition
(
padding
,
0
.1s
,
linear
);
white-space
:
nowrap
;
width
:
100%
;
&
:hover
{
background
:
rgb
(
255
,
255
,
255
);
padding
:
5px
8px
;
}
&
:hover
{
background
:
$blue
;
@include
background-image
(
linear-gradient
(
-90deg
,
lighten
(
$blue
,
15%
)
0%
,
rgba
(
$blue
,
1
)
100%
));
border-color
:
rgba
(
0
,
0
,
0
,
1
);
@include
box-shadow
(
none
);
padding-left
:
8px
;
text-shadow
:
0
-1px
rgba
(
0
,
0
,
0
,
0
.2
);
}
}
}
...
...
lms/static/sass/application.css
View file @
cd8051fb
This diff is collapsed.
Click to expand it.
lms/templates/navigation.html
View file @
cd8051fb
...
...
@@ -25,15 +25,17 @@
%if user.is_authenticated():
<nav
class=
"user"
>
<ol>
<li>
<li
class=
"primary"
>
<div
class=
"divider"
></div>
<a
href=
"/dashboard"
class=
"user-link"
>
<span
class=
"avatar"
><img
src=
"${static.url('images/profile.jpg')}"
/></span>
Neil deGrasse Tyson
</a>
</li>
<li>
<div
class=
"divider"
></div>
<a
href=
"#"
class=
"options"
>
&
#9662
</a>
<div
class=
"divider"
></div>
<ol
class=
"user-options"
>
<li><a
href=
"#"
>
Account Settings
</a></li>
<li><a
href=
"#"
>
Help
</a></li>
<li><a
href=
"/logout"
>
Log Out
</a></li>
</ol>
...
...
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