diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-31 05:19:11 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-31 05:19:11 +0000 |
commit | 3e8b855150d9bbd0538aadce5a3703a54c2b2de6 (patch) | |
tree | 1b52b0839e1d167c5ef6cba718d923c84bbc35ac /themes | |
parent | 65bc8762b1dbcfd267555d11fc933418168110d5 (diff) | |
download | ampache-3e8b855150d9bbd0538aadce5a3703a54c2b2de6.tar.gz ampache-3e8b855150d9bbd0538aadce5a3703a54c2b2de6.tar.bz2 ampache-3e8b855150d9bbd0538aadce5a3703a54c2b2de6.zip |
added back the multi-char filter for browse
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/templates/default.css | 5 | ||||
-rw-r--r-- | themes/greysme/templates/default.css | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 535889f7..d012ef41 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -264,6 +264,11 @@ a.button{padding:1px 3px;} color:#fff;
}
+#multi_alpha_filter {
+ width:40px;
+ margin-bottom:4px;
+}
+
/* SIDEBAR : Localplay */
/***********************/
.active_instance {
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index be2a3603..fdeb292c 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -296,6 +296,11 @@ input[type=checkbox] { border:0;background:none; } color:#111;
}
+#multi_alpha_filter {
+ width:40px;
+ margin-bottom:4px;
+}
+
/* SIDEBAR : Localplay */
/***********************/
|