diff options
author | spocky <spocky@ampache> | 2007-11-13 20:57:07 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-11-13 20:57:07 +0000 |
commit | 1379769b18e6146e5a7c97c6a879fac4e41ff6b6 (patch) | |
tree | 1e9dc112e69d460c9e73da8daae19c16a864e3c7 /templates/show_objects.inc.php | |
parent | ab6ecea9dbc4b53a7442db6f3695d68f9ba36f99 (diff) | |
download | ampache-1379769b18e6146e5a7c97c6a879fac4e41ff6b6.tar.gz ampache-1379769b18e6146e5a7c97c6a879fac4e41ff6b6.tar.bz2 ampache-1379769b18e6146e5a7c97c6a879fac4e41ff6b6.zip |
- Updated Now Playing html/css
- Fixed Star-rating css
- Updated Pager (5 elements around selected page# should be enough)
- Updated Album class so that disk# is part of the link
- Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
Diffstat (limited to 'templates/show_objects.inc.php')
-rw-r--r-- | templates/show_objects.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php index 72e79f89..4ebaa1f2 100644 --- a/templates/show_objects.inc.php +++ b/templates/show_objects.inc.php @@ -23,10 +23,10 @@ * Variable/Non-DB object display takes headers & objects */ ?> -<table class="table-data" cellspacing="0"> +<table class="tabledata" cellspacing="0"> <tr> <?php foreach ($headers as $header) { ?> - <th><?php echo scrub_out($header); ?></th> + <th class="th-top"><?php echo scrub_out($header); ?></th> <?php } ?> </tr> <?php |