diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-14 05:13:09 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-14 05:13:09 +0000 |
commit | ce1a8672d4b2d78b8301527311a410af893c4943 (patch) | |
tree | b987e8f283d8c651d242add41a7dc0d24ba598f5 /templates/default.css | |
parent | 52d8985a27674da0dbd6d85a055bb07555917c23 (diff) | |
download | ampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.gz ampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.bz2 ampache-ce1a8672d4b2d78b8301527311a410af893c4943.zip |
* Added delete admin function on democratic play
* fixed some minor display issues with playlist dropdowns
* added Delete Disabled bin script for removing disabled songs
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css index 625ea8ec..6bc33087 100644 --- a/templates/default.css +++ b/templates/default.css @@ -566,11 +566,13 @@ li.current-rating{ border-bottom:2px solid #000000; border-left:2px solid #000000; border-top:2px solid #000000;} + .text-action, .text-action li { margin-top:5px; list-style: none; margin-bottom:5px; padding-left:0px; + text-wrap: none; } .text-action a, .text-action span { background: #dddddd; @@ -578,11 +580,13 @@ li.current-rating{ padding-left:2px; padding-right:2px; text-decoration: none; + text-wrap: none; } .text-action #pt_active { background: #000000; color: #ffffff; border:1px solid #dddddd; + text-wrap: none; } #nowplaying { width:600px; |