summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-08 14:35:15 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-08 14:35:15 -0400
commit0075f1136f13a851bff464742baa4de0d8b80c69 (patch)
tree205c76f6d34550ec1cae7d27570eebfed7d3924d /theme
parentdd4c0ebaa8717012e8bae58088c1a2760152bc41 (diff)
better styling for favor/disfavor buttons
darcs-hash:20080908183515-84dde-7630e2185aa2f0a4e95e3eb8502294361d9879e5.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css20
-rw-r--r--theme/stoica/display.css20
2 files changed, 40 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index efc94331d..502543e4b 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -615,5 +615,25 @@ input#openid_url {
background-color: #f7ebcc;
}
+/* ----- 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 ===== */
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 ===== */