diff options
author | Afterster <afterster@gmail.com> | 2013-10-28 22:33:46 +0100 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-10-30 19:26:53 -0400 |
commit | 8a8e89d22085ea2cf19648c430975072e6697e31 (patch) | |
tree | a219385851c6a11ad11c43b7a553711c2b42587e /themes/fresh/templates/default.css | |
parent | ae6890a93cab2b45a186e52e7245c5a482a23903 (diff) | |
download | ampache-8a8e89d22085ea2cf19648c430975072e6697e31.tar.gz ampache-8a8e89d22085ea2cf19648c430975072e6697e31.tar.bz2 ampache-8a8e89d22085ea2cf19648c430975072e6697e31.zip |
Fix catalog drop down list (#26)
Diffstat (limited to 'themes/fresh/templates/default.css')
-rw-r--r-- | themes/fresh/templates/default.css | 5 |
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
***********************************************/
|