diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-28 04:38:36 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-28 04:38:36 +0000 |
commit | 0510cfdc5ad38487600f8f1bf8e4d4f9747781df (patch) | |
tree | 5ca76dc04fa5e1e93eb9f2e781bfec5ed227c55c /template/yoga/image.css | |
parent | b0751afea224486bb4b423e569e2c75a502b4e35 (diff) |
merge -r1285 in from branch-1_6 to trunk
bug 359: transform rating html A links to FORM because some bots rate
pictures (even if rel="nofollow" is set)
git-svn-id: http://piwigo.org/svn/trunk@1286 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/image.css')
-rw-r--r-- | template/yoga/image.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template/yoga/image.css b/template/yoga/image.css index 3064ee46a..90d5c539b 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -107,6 +107,22 @@ TABLE.infoTable TD.value UL { list-style-type: square; } +.rateButton, .rateButtonSelected { + background-color:transparent; + padding:0; + border:0; +} + +.rateButton { + cursor: pointer; +} + +.rateButtonSelected { + color:inherit; + font-weight:bold; + font-size:120%; +} + #comments { text-align: left; } |