From: Evan Prodromou Date: Thu, 18 Sep 2008 02:25:58 +0000 (-0400) Subject: set message form label to display inline X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64cd79bc5f49bdc929086a4f48b786eb9d6ad766;p=quix0rs-gnu-social.git set message form label to display inline darcs-hash:20080918022558-5ed1f-d1be18fc2e383ab0f0482e2ea8903a6bc4f05bf8.gz --- diff --git a/theme/stoica/display.css b/theme/stoica/display.css index 8e03ff509e..1707e013d1 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -680,10 +680,14 @@ input#favor, input.favor { height: 96px; /*background-color: #F00;*/ } + #message_form p { margin: 36px 0 0 0; padding: 0; } +#message_form label { + display: inline; + } #message_content { display: block;