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
2d7e36b4
Commit
2d7e36b4
authored
May 16, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improves communication of current selection in the courseware index sidebar
parent
2b4437c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
static/css/application.css
+2
-1
templates/sass/courseware/_sidebar.scss
+1
-1
No files found.
static/css/application.css
View file @
2d7e36b4
...
@@ -2970,7 +2970,8 @@ section.course-index div#accordion ul.ui-accordion-content {
...
@@ -2970,7 +2970,8 @@ section.course-index div#accordion ul.ui-accordion-content {
border
:
none
;
border
:
none
;
border-bottom
:
1px
solid
#c3c3c3
;
border-bottom
:
1px
solid
#c3c3c3
;
font-size
:
12px
;
font-size
:
12px
;
margin
:
0
;
}
margin
:
0
;
padding
:
1em
1.5em
;
}
section
.course-index
div
#accordion
ul
.ui-accordion-content
li
{
section
.course-index
div
#accordion
ul
.ui-accordion-content
li
{
background
:
transparent
;
background
:
transparent
;
border
:
1px
solid
transparent
;
border
:
1px
solid
transparent
;
...
...
templates/sass/courseware/_sidebar.scss
View file @
2d7e36b4
...
@@ -28,7 +28,6 @@ section.course-index {
...
@@ -28,7 +28,6 @@ section.course-index {
&
.ui-state-active
{
&
.ui-state-active
{
@include
background-image
(
linear-gradient
(
-90deg
,
rgb
(
245
,
245
,
245
)
,
rgb
(
225
,
225
,
225
)));
@include
background-image
(
linear-gradient
(
-90deg
,
rgb
(
245
,
245
,
245
)
,
rgb
(
225
,
225
,
225
)));
@extend
.active
;
@extend
.active
;
//@include box-shadow(0 1px 3px 0 rgba(0,0,0, 0.15));
}
}
}
}
}
}
...
@@ -41,6 +40,7 @@ section.course-index {
...
@@ -41,6 +40,7 @@ section.course-index {
border-bottom
:
1px
solid
#c3c3c3
;
border-bottom
:
1px
solid
#c3c3c3
;
font-size
:
12px
;
font-size
:
12px
;
margin
:
0
;
margin
:
0
;
padding
:
1em
1
.5em
;
li
{
li
{
background
:
transparent
;
background
:
transparent
;
...
...
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