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
2b4437c9
Commit
2b4437c9
authored
May 16, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
handles the case of no title or sub title in the courseware index links
parent
12eb7cf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
static/css/application.css
+5
-4
templates/sass/courseware/_sidebar.scss
+5
-4
No files found.
static/css/application.css
View file @
2b4437c9
...
...
@@ -2981,7 +2981,7 @@ section.course-index div#accordion ul.ui-accordion-content li {
border-radius
:
4px
;
margin-bottom
:
11.326px
;
position
:
relative
;
padding
:
5px
10px
;
}
padding
:
5px
36px
5px
10px
;
}
section
.course-index
div
#accordion
ul
.ui-accordion-content
li
a
{
text-decoration
:
none
;
display
:
block
;
...
...
@@ -2999,17 +2999,18 @@ section.course-index div#accordion ul.ui-accordion-content li:after {
border-right
:
1px
solid
#b4b4b4
;
content
:
""
;
display
:
block
;
height
:
13px
;
height
:
12px
;
margin-top
:
-6px
;
opacity
:
0
;
position
:
absolute
;
top
:
14px
;
top
:
50%
;
right
:
30px
;
-webkit-transform
:
rotate
(
45deg
);
-moz-transform
:
rotate
(
45deg
);
-ms-transform
:
rotate
(
45deg
);
-o-transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
width
:
1
3
px
;
}
width
:
1
2
px
;
}
section
.course-index
div
#accordion
ul
.ui-accordion-content
li
:hover
{
background-image
:
-webkit-linear-gradient
(
-90deg
,
rgba
(
245
,
245
,
245
,
0.4
),
rgba
(
230
,
230
,
230
,
0.4
));
background-image
:
-moz-linear-gradient
(
-90deg
,
rgba
(
245
,
245
,
245
,
0.4
),
rgba
(
230
,
230
,
230
,
0.4
));
...
...
templates/sass/courseware/_sidebar.scss
View file @
2b4437c9
...
...
@@ -48,7 +48,7 @@ section.course-index {
@include
border-radius
(
4px
);
margin-bottom
:
lh
(
.5
);
position
:
relative
;
padding
:
5px
10px
;
padding
:
5px
36px
5px
10px
;
a
{
text-decoration
:
none
;
...
...
@@ -73,13 +73,14 @@ section.course-index {
border-right
:
1px
solid
rgb
(
180
,
180
,
180
);
content
:
""
;
display
:
block
;
height
:
13px
;
height
:
12px
;
margin-top
:
-6px
;
opacity
:
0
;
position
:
absolute
;
top
:
14px
;
top
:
50%
;
right
:
30px
;
@include
transform
(
rotate
(
45deg
));
width
:
1
3
px
;
width
:
1
2
px
;
}
&
:hover
{
...
...
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