diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-03 04:50:53 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-03 04:50:53 +0000 |
commit | b1f2bacf4499a3768cf8b64f425110d0616d0154 (patch) | |
tree | cf1e0936996ca7a96ece65b990d98f72a3b428e1 /themes/classic/templates | |
parent | 881032d415ef207fda70ddbf93ed012259aaeb2a (diff) | |
download | ampache-b1f2bacf4499a3768cf8b64f425110d0616d0154.tar.gz ampache-b1f2bacf4499a3768cf8b64f425110d0616d0154.tar.bz2 ampache-b1f2bacf4499a3768cf8b64f425110d0616d0154.zip |
rest of the sidebars and some more tweaks to the ajax, initial browse stuff at least menu wise... now I need to design the whole new browse interface... that is for tomorrow!
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 9c0f98eb..5c1b8308 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -253,6 +253,9 @@ h3#content_title span { background-color:#c0c0c0; padding-left:5px; } +#sidebar-page select { + width: 120px; +} /* Menu Elements Display (icons, visibility...) */ |