diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-08 14:35:15 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-08 14:35:15 -0400 |
commit | 0075f1136f13a851bff464742baa4de0d8b80c69 (patch) | |
tree | 205c76f6d34550ec1cae7d27570eebfed7d3924d /theme/stoica | |
parent | dd4c0ebaa8717012e8bae58088c1a2760152bc41 (diff) |
better styling for favor/disfavor buttons
darcs-hash:20080908183515-84dde-7630e2185aa2f0a4e95e3eb8502294361d9879e5.gz
Diffstat (limited to 'theme/stoica')
-rw-r--r-- | theme/stoica/display.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 395da2e2f..49f86aef9 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -645,6 +645,26 @@ input#openid_url { line-height: 15px; } +/* ----- favor/disfavor -----*/ + +input#disfavor, input.disfavor { + display: inline; + color: #C15D42; + background-color: white; + cursor: pointer; + border: 0; + width: auto; + } + +input#favor, input.favor { + display: inline; + color: #C15D42; + background-color: white; + cursor: pointer; + border: 0; + width: auto; + } + /* ===== End Forms Styling ===== */ /* ===== Tag Cloud Styling ===== */ |