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
d2549b63
Commit
d2549b63
authored
Oct 01, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed header styles
parent
4d985dc0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
11 deletions
+14
-11
cms/static/img/home-icon.png
+0
-0
cms/static/sass/_graphics.scss
+7
-0
cms/static/sass/_header.scss
+5
-9
cms/templates/widgets/header.html
+2
-2
No files found.
cms/static/img/home-icon.png
0 → 100644
View file @
d2549b63
1.08 KB
cms/static/sass/_graphics.scss
View file @
d2549b63
...
...
@@ -41,6 +41,13 @@
background
:
url(../img/list-icon.png)
no-repeat
;
}
.home-icon
{
display
:
inline-block
;
width
:
19px
;
height
:
16px
;
background
:
url(../img/home-icon.png)
no-repeat
;
}
.calendar-icon
{
display
:
inline-block
;
width
:
12px
;
...
...
cms/static/sass/_header.scss
View file @
d2549b63
...
...
@@ -26,6 +26,11 @@
color
:
#e4e6ee
;
}
.class-nav
,
.class-nav
li
{
float
:
left
;
}
a
{
box-shadow
:
1px
0
0
#787981
inset
,
-1px
0
0
#3d3e44
inset
,
1px
0
0
#787981
,
-1px
0
0
#3d3e44
;
...
...
@@ -37,13 +42,5 @@
background
:
-webkit-linear-gradient
(
top
,
rgba
(
0
,
0
,
0
,
0
.6
)
,
rgba
(
0
,
0
,
0
,
0
.3
));
box-shadow
:
0
2px
8px
rgba
(
0
,
0
,
0
,
.7
)
inset
;
}
&
:last-child
{
box-shadow
:
1px
0
0
rgba
(
255
,
255
,
255
,
0
.2
)
inset
,
-1px
0
0
rgba
(
0
,
0
,
0
,
0
.3
)
inset
,
1px
0
0
rgba
(
255
,
255
,
255
,
0
.2
);
}
&
:first-child
{
box-shadow
:
1px
0
0
rgba
(
255
,
255
,
255
,
0
.2
)
inset
,
-1px
0
0
rgba
(
0
,
0
,
0
,
0
.3
)
inset
,
-1px
0
0
rgba
(
0
,
0
,
0
,
0
.3
);
}
}
}
\ No newline at end of file
cms/templates/widgets/header.html
View file @
d2549b63
...
...
@@ -14,9 +14,9 @@
<div
class=
"right"
>
<span
class=
"username"
>
${ user.username }
</span>
% if user.is_authenticated():
<
li><a
href=
"${reverse('logout')}"
>
Log out
</a></li
>
<
a
href=
"${reverse('logout')}"
>
Log out
</a
>
% else:
<
li><a
href=
"${reverse('login')}"
>
Log in
</a></li
>
<
a
href=
"${reverse('login')}"
>
Log in
</a
>
% endif
</ul>
...
...
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