diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-09-08 16:17:51 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-09-08 16:17:51 -0400 |
commit | 9dafde2c9f14f445399226de15b694d4e45deb79 (patch) | |
tree | fca701d4ad02db1f7d5fb514bfdd20af5bcfd876 /theme | |
parent | 0075f1136f13a851bff464742baa4de0d8b80c69 (diff) |
styling on the favor/disfavor forms to show inline
darcs-hash:20080908201751-84dde-a498395d26b957b72350d8075d056b661a1f77c7.gz
Diffstat (limited to 'theme')
-rw-r--r-- | theme/stoica/display.css | 10 |
1 files changed, 9 insertions, 1 deletions
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; |