Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
b0b5a465
Commit
b0b5a465
authored
13 years ago
by
Robin Appelman
Browse files
Options
Downloads
Patches
Plain Diff
style media player controls using em instead of px
parent
382834ec
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/media/css/player.css
+8
-8
8 additions, 8 deletions
apps/media/css/player.css
with
8 additions
and
8 deletions
apps/media/css/player.css
+
8
−
8
View file @
b0b5a465
#controls
ul
.jp-controls
{
list-style-type
:
none
;
padding
:
0
;}
#controls
ul
.jp-controls
li
{
display
:
inline
;}
#controls
ul
.jp-controls
a
{
position
:
absolute
;
overflow
:
hidden
;
text-indent
:
-9999px
;}
a
.jp-play
,
a
.jp-pause
{
width
:
40px
;
height
:
40px
;
z-index
:
1
;
top
:
0
;
left
:
48px
;}
a
.jp-play
,
a
.jp-pause
{
width
:
3.1em
;
height
:
3.1em
;
z-index
:
1
;
top
:
0
;
left
:
3.8em
;}
a
.jp-play
{
background
:
url("../img/jplayer.blue.monday.png")
0
0
no-repeat
;}
a
.jp-play
:hover
{
background
:
url("../img/jplayer.blue.monday.png")
-41px
0
no-repeat
;}
a
.jp-pause
{
background
:
url("../img/jplayer.blue.monday.png")
0
-42px
no-repeat
;
display
:
none
;}
a
.jp-pause
:hover
{
background
:
url("../img/jplayer.blue.monday.png")
-41px
-42px
no-repeat
;}
a
.jp-previous
{
left
:
20px
;
top
:
.5em
;
background
:
url("../img/jplayer.blue.monday.png")
0
-112px
no-repeat
;
width
:
2
8px
;
height
:
2
8px
;}
a
.jp-previous
{
left
:
20px
;
top
:
.5em
;
background
:
url("../img/jplayer.blue.monday.png")
0
-112px
no-repeat
;
width
:
2
.3em
;
height
:
2
.3em
;}
a
.jp-previous
:hover
{
background
:
url("../img/jplayer.blue.monday.png")
-29px
-112px
no-repeat
;}
a
.jp-next
{
left
:
88px
;
top
:
.5em
;
background
:
url("../img/jplayer.blue.monday.png")
0
-141px
no-repeat
;
width
:
2
8px
;
height
:
2
8px
;}
a
.jp-next
{
left
:
88px
;
top
:
.5em
;
background
:
url("../img/jplayer.blue.monday.png")
0
-141px
no-repeat
;
width
:
2
.3em
;
height
:
2
.3em
;}
a
.jp-next
:hover
{
background
:
url("../img/jplayer.blue.monday.png")
-29px
-141px
no-repeat
;}
div
.jp-progress
{
position
:
absolute
;
overflow
:
hidden
;
background-color
:
#293b51
;
top
:
1em
;
left
:
1
64px
;
width
:
1
22px
;
height
:
1
5px
;}
div
.jp-progress
{
position
:
absolute
;
overflow
:
hidden
;
background-color
:
#293b51
;
top
:
1em
;
left
:
1
0em
;
width
:
1
5em
;
height
:
1
.2em
;}
div
.jp-seek-bar
{
background
:
url("../img/jplayer.blue.monday.png")
0
-202px
repeat-x
;
width
:
0
;
height
:
100%
;
cursor
:
pointer
;}
div
.jp-play-bar
{
background
:
url("../img/jplayer.blue.monday.png")
0
-218px
repeat-x
;
width
:
0
;
height
:
100%
;}
div
.jp-seeking-bg
{
background
:
url("../img/pbar-ani.gif")
;}
a
.jp-mute
,
a
.jp-unmute
{
height
:
1
5px
;
width
:
1
8px
;
top
:
1em
;
left
:
2
96px
;}
a
.jp-mute
,
a
.jp-unmute
{
height
:
1
.2em
;
width
:
1
.5em
;
top
:
1em
;
left
:
2
6em
;}
a
.jp-mute
{
background
:
url("../img/jplayer.blue.monday.png")
0
-186px
no-repeat
;}
a
.jp-mute
:hover
{
background
:
url("../img/jplayer.blue.monday.png")
-19px
-170px
no-repeat
;}
a
.jp-unmute
{
background
:
url("../img/jplayer.blue.monday.png")
0
-170px
no-repeat
;
display
:
none
;}
a
.jp-unmute
:hover
{
background
:
url("../img/jplayer.blue.monday.png")
-19px
-186px
no-repeat
;}
div
.jp-volume-bar
{
position
:
absolute
;
overflow
:
hidden
;
background
:
url("../img/jplayer.blue.monday.png")
0
-250px
repeat-x
;
width
:
4
6px
;
height
:
5px
;
cursor
:
pointer
;
top
:
1.3em
;
left
:
324px
;}
div
.jp-volume-bar-value
{
background
:
url("../img/jplayer.blue.monday.png")
0
-256px
repeat-x
;
width
:
0
;
height
:
5px
;}
div
.jp-current-time
,
div
.jp-duration
{
position
:
absolute
;
font-size
:
.64em
;
font-style
:
oblique
;
top
:
1em
;
left
:
16
4px
;
width
:
1
22
px
;}
div
.jp-volume-bar
{
position
:
absolute
;
overflow
:
hidden
;
background
:
url("../img/jplayer.blue.monday.png")
0
-250px
repeat-x
;
width
:
4
em
;
height
:
0.4em
;
cursor
:
pointer
;
top
:
1.3em
;
left
:
28em
;}
div
.jp-volume-bar-value
{
background
:
url("../img/jplayer.blue.monday.png")
0
-256px
repeat-x
;
width
:
0
;
height
:
0.4em
;}
div
.jp-current-time
,
div
.jp-duration
{
position
:
absolute
;
font-size
:
.64em
;
font-style
:
oblique
;
top
:
1em
;
left
:
16
.8em
;
width
:
22
em
;}
div
.jp-duration
{
text-align
:
right
;}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment