diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-14 06:13:32 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-14 06:13:32 +0000 |
commit | 089cd9100a6b94602df62e07e5b7a9b2c563ef95 (patch) | |
tree | 73ad2d782245e593b0fc98d98cd31dfe3e1e4ac8 /themes/classic/templates | |
parent | ab9aec092c66f090eb77ac6a53e37a02a9aecbbf (diff) | |
download | ampache-089cd9100a6b94602df62e07e5b7a9b2c563ef95.tar.gz ampache-089cd9100a6b94602df62e07e5b7a9b2c563ef95.tar.bz2 ampache-089cd9100a6b94602df62e07e5b7a9b2c563ef95.zip |
tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work correctly
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 8d8142a6..77b92724 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -136,21 +136,24 @@ a.smallbutton { /************************************************/ .table-header { /* background: url(../images/ampache-light-bg.gif) #dddddd repeat-x; */ - background: #a0a0a0; + font-size:1.1em; vertical-align: top; text-align:center; } -.odd { - font-size: 12px; - background:#bbb; +.odd, .odd td { + font-size: 12px; + border-bottom:1px dotted #c0c0c0; } -.even { - font-size: 12px; - background:#ddd; +.even, .even td { + font-size: 12px; + border-bottom:1px dotted #c0c0c0; } +.even:hover, .odd:hover { + background:#99ccff; +} .headrow { - font-size: 12px; - background:#ccc; + font-size: 12px; + background:#ccc; } .blank { background: #fff; @@ -503,9 +506,6 @@ span.five-stars:hover { width: 80px; } /************************************************/ /* List Header Styles */ /************************************************/ -.list-header { - background:#ffffff; -} table.list-header { margin:3px; } |