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
f885cd85
Commit
f885cd85
authored
Mar 01, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix styles for topbar
parent
1987e8a2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
16 deletions
+14
-16
sass/_textbook.scss
+1
-1
sass/base/_extends.scss
+1
-1
sass/courseware/_sequence-nav.scss
+1
-1
sass/wiki/_wiki.scss
+11
-13
No files found.
sass/_textbook.scss
View file @
f885cd85
...
@@ -54,7 +54,7 @@ div.book-wrapper {
...
@@ -54,7 +54,7 @@ div.book-wrapper {
a
{
a
{
@extend
.block-link
;
@extend
.block-link
;
padding
:
14px
;
padding
:
0
lh
()
;
}
}
ul
{
ul
{
...
...
sass/base/_extends.scss
View file @
f885cd85
...
@@ -172,6 +172,7 @@ h1.top-header {
...
@@ -172,6 +172,7 @@ h1.top-header {
font-size
:
12px
;
font-size
:
12px
;
margin
:
(
-
$body-line-height
)
(
-
$body-line-height
)
$body-line-height
;
margin
:
(
-
$body-line-height
)
(
-
$body-line-height
)
$body-line-height
;
text-shadow
:
0
1px
0
#fff
;
text-shadow
:
0
1px
0
#fff
;
line-height
:
46px
;
height
:
46px
;
height
:
46px
;
@media
print
{
@media
print
{
...
@@ -191,7 +192,6 @@ h1.top-header {
...
@@ -191,7 +192,6 @@ h1.top-header {
border-left
:
1px
solid
darken
(
#f6efd4
,
20%
);
border-left
:
1px
solid
darken
(
#f6efd4
,
20%
);
@include
box-shadow
(
inset
1px
0
0
lighten
(
#f6efd4
,
5%
));
@include
box-shadow
(
inset
1px
0
0
lighten
(
#f6efd4
,
5%
));
display
:
block
;
display
:
block
;
padding
:
lh
(
.75
);
text-transform
:
uppercase
;
text-transform
:
uppercase
;
&
:hover
{
&
:hover
{
...
...
sass/courseware/_sequence-nav.scss
View file @
f885cd85
...
@@ -172,7 +172,7 @@ nav.sequence-nav {
...
@@ -172,7 +172,7 @@ nav.sequence-nav {
border-left
:
1px
solid
darken
(
#f6efd4
,
20%
);
border-left
:
1px
solid
darken
(
#f6efd4
,
20%
);
cursor
:
pointer
;
cursor
:
pointer
;
display
:
table-cell
;
display
:
table-cell
;
padding
:
14px
4px
;
padding
:
0
4px
;
text-indent
:
-9999px
;
text-indent
:
-9999px
;
width
:
82px
;
width
:
82px
;
...
...
sass/wiki/_wiki.scss
View file @
f885cd85
...
@@ -24,7 +24,6 @@ div.wiki-wrapper {
...
@@ -24,7 +24,6 @@ div.wiki-wrapper {
padding
:
lh
(
.75
)
lh
();
padding
:
lh
(
.75
)
lh
();
margin-bottom
:
0
;
margin-bottom
:
0
;
color
:
darken
(
#F6EFD4
,
55%
);
color
:
darken
(
#F6EFD4
,
55%
);
line-height
:
lh
();
}
}
ul
{
ul
{
...
@@ -36,24 +35,23 @@ div.wiki-wrapper {
...
@@ -36,24 +35,23 @@ div.wiki-wrapper {
input
[
type
=
"button"
]
{
input
[
type
=
"button"
]
{
@extend
.block-link
;
@extend
.block-link
;
@include
box-shadow
(
inset
1px
0
0
lighten
(
#f6efd4
,
5%
)
);
background-color
:
darken
(
#F6EFD4
,
5%
);
@include
border-radius
(
0
)
;
background-position
:
12px
center
;
@include
transition
()
;
background-repeat
:
no-repeat
;
border
:
0
;
border
:
0
;
border-left
:
1px
solid
darken
(
#f6efd4
,
20%
);
border-left
:
1px
solid
darken
(
#f6efd4
,
20%
);
@include
border-radius
(
0
);
@include
box-shadow
(
inset
1px
0
0
lighten
(
#f6efd4
,
5%
));
color
:
darken
(
#F6EFD4
,
80%
);
color
:
darken
(
#F6EFD4
,
80%
);
text-shadow
:
none
;
font-weight
:
normal
;
font-weight
:
normal
;
// font-size: 12px;
font-size
:
12px
;
// text-transform: uppercase;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
// padding: 14.9px;
line-height
:
46px
;
padding
:
lh
(
.60
)
lh
();
padding-left
:
38px
;
margin
:
0
;
margin
:
0
;
background-position
:
12px
center
;
padding
:
0
lh
()
0
38px
;
background-color
:
darken
(
#F6EFD4
,
5%
);
text-shadow
:
none
;
background-repeat
:
no-repeat
;
text-transform
:
uppercase
;
@include
transition
();
&
.view
{
&
.view
{
background-image
:
url('/static/images/sequence-nav/view.png')
;
background-image
:
url('/static/images/sequence-nav/view.png')
;
...
...
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