diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-16 19:55:25 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-16 19:55:25 +0000 |
commit | be194f4f72443307998816293985831926460cce (patch) | |
tree | 8d38d88fa34b06423dcada2c7fd33b4c5d871548 /templates/default.css | |
parent | 9e915e256086a06ab5ec996d3a153f92c8ae4848 (diff) | |
download | ampache-be194f4f72443307998816293985831926460cce.tar.gz ampache-be194f4f72443307998816293985831926460cce.tar.bz2 ampache-be194f4f72443307998816293985831926460cce.zip |
fixed stupid typo causing show all to fail on genre
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css index 9594a02d..86e27c8b 100644 --- a/templates/default.css +++ b/templates/default.css @@ -596,6 +596,9 @@ li.current-rating{ .np_cell { margin: 10px; } + +/* 'Tab' Preferences, used by preferences.php */ + #tablist { padding: 3px 0; margin: 12px 0 0 0; @@ -633,3 +636,16 @@ li.current-rating{ border-bottom: 1px solid #000000; } + +/* TV Page Related Styles */ +#tv_control { + float:left; +} + +#tv_np { + float:right; +} + +#tv_playlist { + clear: both; +} |