From 9dafde2c9f14f445399226de15b694d4e45deb79 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 8 Sep 2008 16:17:51 -0400 Subject: styling on the favor/disfavor forms to show inline darcs-hash:20080908201751-84dde-a498395d26b957b72350d8075d056b661a1f77c7.gz --- theme/stoica/display.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 49f86aef9..a0f37fc4d 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -647,6 +647,10 @@ input#openid_url { /* ----- favor/disfavor -----*/ +form#disfavor, form.disfavor { + display: inline; +} + input#disfavor, input.disfavor { display: inline; color: #C15D42; @@ -655,7 +659,11 @@ input#disfavor, input.disfavor { border: 0; width: auto; } - + +form#favor, form.favor { + display: inline; +} + input#favor, input.favor { display: inline; color: #C15D42; -- cgit v1.2.3-54-g00ecf