aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/media/css/player.css4
-rw-r--r--apps/media/templates/player.php1
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/media/css/player.css b/apps/media/css/player.css
index 265b305eaed..c4a098543d1 100644
--- a/apps/media/css/player.css
+++ b/apps/media/css/player.css
@@ -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;
} \ No newline at end of file
diff --git a/apps/media/templates/player.php b/apps/media/templates/player.php
index 342efb804e1..295f33ab9e0 100644
--- a/apps/media/templates/player.php
+++ b/apps/media/templates/player.php
@@ -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">