summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAfterster <afterster@gmail.com>2013-10-28 22:33:46 +0100
committerPaul Arthur <paul.arthur@flowerysong.com>2013-10-30 19:26:53 -0400
commit8a8e89d22085ea2cf19648c430975072e6697e31 (patch)
treea219385851c6a11ad11c43b7a553711c2b42587e /themes
parentae6890a93cab2b45a186e52e7245c5a482a23903 (diff)
downloadampache-8a8e89d22085ea2cf19648c430975072e6697e31.tar.gz
ampache-8a8e89d22085ea2cf19648c430975072e6697e31.tar.bz2
ampache-8a8e89d22085ea2cf19648c430975072e6697e31.zip
Fix catalog drop down list (#26)
Diffstat (limited to 'themes')
-rw-r--r--themes/fresh/templates/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/fresh/templates/default.css b/themes/fresh/templates/default.css
index e6713f68..920f2404 100644
--- a/themes/fresh/templates/default.css
+++ b/themes/fresh/templates/default.css
@@ -285,6 +285,11 @@ hr {
width: 115px;
}
+#sidebar-tabs #catalog_select
+{
+ width:130px;
+}
+
/***********************************************
Rightbar
***********************************************/