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
5cf7d9ab
Commit
5cf7d9ab
authored
Feb 08, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added more styles for the slider
--HG-- branch : close_sidebar
parent
52f4632d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
sass/_courseware.scss
+16
-4
No files found.
sass/_courseware.scss
View file @
5cf7d9ab
...
...
@@ -20,14 +20,21 @@ div.course-wrapper {
}
a
{
text-indent
:
-9999px
;
background
:
red
;
width
:
16px
;
text-indent
:
-9999px
;
height
:
16px
;
position
:
absolute
;
padding
:
8px
;
top
:
12px
;
right
:
0
;
right
:
-1px
;
border
:
1px
solid
#D3D3D3
;
background
:
#eee
url('/static/images/slide-left-icon.png')
center
center
no-repeat
;
@include
box-shadow
(
0
0
0
1px
#fff
);
@include
border-radius
(
3px
0
0
3px
);
&
:hover
{
background-color
:
white
;
}
}
}
...
...
@@ -230,8 +237,13 @@ div.course-wrapper {
&
.closed
{
section
.course-index
{
width
:
flex-grid
(
.5
);
width
:
flex-grid
(
.6
);
padding-left
:
4px
;
div
#open_close_accordion
{
a
{
background-image
:
url('/static/images/slide-right-icon.png')
;
}
h2
{
visibility
:
hidden
;
...
...
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