From 0075f1136f13a851bff464742baa4de0d8b80c69 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Sep 2008 14:35:15 -0400 Subject: better styling for favor/disfavor buttons darcs-hash:20080908183515-84dde-7630e2185aa2f0a4e95e3eb8502294361d9879e5.gz --- theme/default/display.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'theme/default') 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 ===== */ -- cgit v1.2.3-54-g00ecf