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
66b2e58f
Commit
66b2e58f
authored
Jun 13, 2012
by
Kyle Fiedler
Committed by
Matthew Mongeau
Jun 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some styles to clean up volume slider
parent
8fc84000
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
lms/static/sass_old/courseware/_video.scss
+9
-8
No files found.
lms/static/sass_old/courseware/_video.scss
View file @
66b2e58f
...
...
@@ -299,14 +299,12 @@ section.course-content {
&
.muted
{
&
>
a
{
// TODO: Replace this with muted speaker icon
background
:
url('../images/closed-arrow.png')
10px
center
no-repeat
;
background
:
url('../images/mute.png')
10px
center
no-repeat
;
}
}
&
>
a
{
// TODO: Replace this with speaker icon
background
:
url('../images/open-arrow.png')
10px
center
no-repeat
;
>
a
{
background
:
url('../images/volume.png')
10px
center
no-repeat
;
border-right
:
1px
solid
#000
;
@include
box-shadow
(
1px
0
0
#555
,
inset
1px
0
0
#555
);
@include
clearfix
();
...
...
@@ -335,9 +333,9 @@ section.course-content {
display
:
none
;
opacity
:
0
;
position
:
absolute
;
width
:
3
5px
;
width
:
4
5px
;
height
:
125px
;
margin-left
:
5
px
;
margin-left
:
-1
px
;
z-index
:
10
;
.volume-slider
{
...
...
@@ -345,6 +343,9 @@ section.course-content {
border
:
0
;
width
:
5px
;
margin
:
14px
auto
;
background
:
#666
;
border
:
1px
solid
#000
;
@include
box-shadow
(
0
1px
0
#333
);
a
.ui-slider-handle
{
background
:
$mit-red
url(../images/slider-handle.png)
center
center
no-repeat
;
...
...
@@ -360,7 +361,7 @@ section.course-content {
}
.ui-slider-range
{
background
:
#
666
;
background
:
#
ddd
;
}
}
}
...
...
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