]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
set message form label to display inline
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:25:58 +0000 (22:25 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:25:58 +0000 (22:25 -0400)
darcs-hash:20080918022558-5ed1f-d1be18fc2e383ab0f0482e2ea8903a6bc4f05bf8.gz

theme/stoica/display.css

index 8e03ff509ec395ad96f03bd17a8bb17c15158721..1707e013d15c39e1d5c2fed4ff97ee279a3ab8cf 100644 (file)
@@ -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;