diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-09 06:17:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-09 06:17:37 +0000 |
commit | 796c2692d0cfa4641e0c47700371c24a01412ed1 (patch) | |
tree | 33d8921798b9603c177a0dd2a025e09f3f32691f /themes | |
parent | 905d434c669b634c6e070c60811a4a5ecfc1c67a (diff) | |
download | ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.tar.gz ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.tar.bz2 ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.zip |
fixed lower paging horn, tweaked css for page-a-nation, added paging to playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/templates/default.css | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index bb977f68..8d8142a6 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -504,12 +504,28 @@ span.five-stars:hover { width: 80px; } /* List Header Styles */ /************************************************/ .list-header { - text-decoration: none; + background:#ffffff; +} +table.list-header { + margin:3px; +} +span.list-header { cursor:pointer; + text-decoration: none; + font-size: 0.8em; + padding:0px 4px 0px 4px; + border: 1px solid #000; } -.list-header:hover { - color:#071fd4; +span.list-header-selected { + text-decoration: none; + font-size: 0.8em; + padding:0px 4px 0px 4px; + border: 1px solid #000; + background: #e0e0e0; } +span.list-header:hover { + background: #d0d0d0; +} /************************************************/ |