summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-02 04:14:41 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-02 04:14:41 +0000
commite496a54bfa8271e727410dc66a82992a89081283 (patch)
treec70986355f9b33210639b2b6ce294cb92c6664b3 /themes/classic/templates
parent7ddeb585a05051ce9750a1daff0e688c8b6e9371 (diff)
downloadampache-e496a54bfa8271e727410dc66a82992a89081283.tar.gz
ampache-e496a54bfa8271e727410dc66a82992a89081283.tar.bz2
ampache-e496a54bfa8271e727410dc66a82992a89081283.zip
fixed the localplay controls, per limeds recommendation currently under rightbar actions, not happy with location
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index aea53c4c..3b6ab80d 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -226,6 +226,14 @@ h3#content_title span {
#rightbar #rb_current_playlist li a { display:block; padding:0.2em;}
#rightbar .delitem { position:absolute;right:0;top:0; }
+/* Rightbar Localplay Controls */
+#rightbar #localplay-control {
+ padding-left: 5px;
+}
+#localplay-control span {
+ cursor: pointer;
+}
+
/************************************************/
/* Sidebar */
/************************************************/