diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-23 02:10:27 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-23 02:10:27 +0000 |
commit | 84eca6a3d59fc591a7e28b3d7e0c11746dc837fc (patch) | |
tree | 837dd1a9051e787ff9bca6a7f928ac710ea639cd /themes | |
parent | b62f10549d421dfee1d9f4268522946f665ae11f (diff) | |
download | ampache-84eca6a3d59fc591a7e28b3d7e0c11746dc837fc.tar.gz ampache-84eca6a3d59fc591a7e28b3d7e0c11746dc837fc.tar.bz2 ampache-84eca6a3d59fc591a7e28b3d7e0c11746dc837fc.zip |
sync french translation, fixed ratings
Diffstat (limited to 'themes')
-rw-r--r-- | themes/classic/templates/default.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 05a7329c..962e268d 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -439,11 +439,10 @@ span.five-stars:hover { width: 80px; } margin:5px 0; padding-left:0px; } -.text-action a, .text-action span { - padding: 0 2px; - background: #ddd; - border:1px solid #000; - text-decoration: none; +.text-action span { + text-decoration: underline; + cursor: pointer; + display:block; } .text-action #pt_active { background: #000; @@ -655,4 +654,4 @@ table.tabledata {} .lp_box_vol { text-align: center; /*for compatibility, may be controlled by themers now*/ /* padding-left: 7px; */ -}
\ No newline at end of file +} |