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
93258c54
Commit
93258c54
authored
May 16, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed hardcoded changes left over from parent theme branch backport
parent
3dd5733c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
lms/static/sass/multicourse/_courses.scss
+2
-2
lms/static/sass/multicourse/_home.scss
+1
-2
lms/static/sass/shared/_header.scss
+3
-2
No files found.
lms/static/sass/multicourse/_courses.scss
View file @
93258c54
...
...
@@ -42,7 +42,7 @@
.logo
{
@include
inline-block
;
height
:
10
0px
;
height
:
8
0px
;
margin-right
:
30px
;
padding-right
:
30px
;
position
:
relative
;
...
...
@@ -52,7 +52,7 @@
@extend
.faded-vertical-divider
;
content
:
""
;
display
:
block
;
height
:
10
0px
;
height
:
8
0px
;
position
:
absolute
;
right
:
0px
;
top
:
0px
;
...
...
lms/static/sass/multicourse/_home.scss
View file @
93258c54
...
...
@@ -14,7 +14,6 @@
@include
box-shadow
(
0
1px
0
0
$course-header-bg
,
inset
0
-1px
5px
0
rgba
(
0
,
0
,
0
,
0
.1
));
@include
clearfix
;
height
:
460px
;
float
:
left
;
overflow
:
hidden
;
margin-top
:
-69px
;
padding
:
0px
;
...
...
@@ -173,7 +172,7 @@
letter-spacing
:
1px
;
margin-bottom
:
0px
;
margin-top
:
-15px
;
padding
:
10px
10px
12
px
;
padding
:
10px
10px
8
px
;
text-align
:
center
;
text-transform
:
uppercase
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
...
...
lms/static/sass/shared/_header.scss
View file @
93258c54
...
...
@@ -29,7 +29,7 @@ header.global {
height
:
50px
;
position
:
absolute
;
right
:
1px
;
top
:
-
5
px
;
top
:
-
8
px
;
width
:
1px
;
}
...
...
@@ -40,7 +40,7 @@ header.global {
height
:
50px
;
position
:
absolute
;
right
:
0px
;
top
:
-1
0
px
;
top
:
-1
2
px
;
width
:
1px
;
}
...
...
@@ -77,6 +77,7 @@ header.global {
li
.secondary
{
>
a
{
color
:
$lighter-base-font-color
;
color
:
$link-color
display
:
block
;
font-family
:
$sans-serif
;
@include
inline-block
;
...
...
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