fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-10-31 01:23 pm

[dw-free] Revamp /update

[commit: http://hg.dwscoalition.org/dw-free/rev/f2d163239b4d]

http://bugs.dwscoalition.org/show_bug.cgi?id=2524

A bit of whitespace between entry subject and textarea for some breathing
room.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/postform.css
--------------------------------------------------------------------------------
diff -r 3b4fffc1714a -r f2d163239b4d htdocs/stc/postform.css
--- a/htdocs/stc/postform.css	Mon Oct 31 21:14:39 2011 +0800
+++ b/htdocs/stc/postform.css	Mon Oct 31 21:23:11 2011 +0800
@@ -158,6 +158,9 @@
   box-sizing: border-box;
 }
 
+.event-container {
+  margin-top: 5px;
+}
 .event-container, .subject-container {
   padding: 0 2px;
 }
--------------------------------------------------------------------------------