Skip to content
Snippets Groups Projects
Commit 93a0e668 authored by Robin Appelman's avatar Robin Appelman
Browse files

styling fixes for playback controlls

parent 1639a1ca
Branches
No related tags found
No related merge requests found
#playercontrols{ #playercontrols{
display:inline; display:inline;
margin-left:1em;
width:7em; width:7em;
height:1em; height:1em;
position:fixed; position:fixed;
...@@ -16,4 +17,7 @@ ...@@ -16,4 +17,7 @@
margin:0px; margin:0px;
padding:0; padding:0;
left:0; left:0;
background:transparent !important;
border:none !important;
text-shadow:none;
} }
\ No newline at end of file
...@@ -6,6 +6,7 @@ if(!isset($_)){//allow the template to be loaded standalone ...@@ -6,6 +6,7 @@ if(!isset($_)){//allow the template to be loaded standalone
exit; exit;
} }
?> ?>
Music
<div class='player-controls' id="playercontrols"> <div class='player-controls' id="playercontrols">
<div class="player" id="jp-player"></div> <div class="player" id="jp-player"></div>
<ul class="jp-controls"> <ul class="jp-controls">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment