Remove top margin for wpSummary input.
authorRob Moen <rmoen@wikimedia.org>
Wed, 12 Sep 2012 23:39:36 +0000 (16:39 -0700)
committerRob Moen <rmoen@wikimedia.org>
Wed, 12 Sep 2012 23:39:36 +0000 (16:39 -0700)
Rationale, the top margin on the input pushes label out of context.

Change-Id: I64befc97f5ab3e45b72f7d60b774d23b8ee2e023

skins/common/shared.css

index 9cea362..8f771e9 100644 (file)
@@ -250,7 +250,7 @@ tr.mw-htmlform-vertical-label td.mw-label {
 
 input#wpSummary {
        width: 80%;
-       margin: 1em 0;
+       margin-bottom: 1em;
 }
 
 /**