summaryrefslogtreecommitdiffstats
path: root/webroot/css
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-24 20:35:59 -0700
committerraylu <raylu@mixpanel.com>2011-07-24 20:35:59 -0700
commitbb06d45da99d1a551979f6f694a5bed4d02673c4 (patch)
tree126f4e9def064aeda90b60f510733cd100ac6318 /webroot/css
parentdb1e0926ca3055f49234dacb168b2122c1da9191 (diff)
downloadotakuhub-bb06d45da99d1a551979f6f694a5bed4d02673c4.tar.xz
add 'add' button on anime view page
logged out users will be redirected anyway
Diffstat (limited to 'webroot/css')
-rw-r--r--webroot/css/view.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/webroot/css/view.css b/webroot/css/view.css
index d5734a1..5d5db7d 100644
--- a/webroot/css/view.css
+++ b/webroot/css/view.css
@@ -15,7 +15,7 @@ section#cast {
float: left;
width: 620px;
}
-section#cast a {
+section#cast a, #add {
padding: 4px 7px;
border: 1px solid #aaa;
-moz-border-radius: 3px;
@@ -28,7 +28,7 @@ section#cast a {
color: #111;
outline: none;
}
-section#cast a:hover {
+section#cast a:hover, #add:hover {
background: #eee;
background: -moz-linear-gradient(top, #eee, #ccc);
background: -webkit-linear-gradient(top, #eee, #ccc);