mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
styling fixes for playback controlls
This commit is contained in:
parent
1639a1ca49
commit
93a0e668a6
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#playercontrols{
|
||||
display:inline;
|
||||
margin-left:1em;
|
||||
width:7em;
|
||||
height:1em;
|
||||
position:fixed;
|
||||
|
|
@ -16,4 +17,7 @@
|
|||
margin:0px;
|
||||
padding:0;
|
||||
left:0;
|
||||
background:transparent !important;
|
||||
border:none !important;
|
||||
text-shadow:none;
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@ if(!isset($_)){//allow the template to be loaded standalone
|
|||
exit;
|
||||
}
|
||||
?>
|
||||
Music
|
||||
<div class='player-controls' id="playercontrols">
|
||||
<div class="player" id="jp-player"></div>
|
||||
<ul class="jp-controls">
|
||||
|
|
|
|||
Loading…
Reference in a new issue