HTMLForm: With nested FieldLayouts(!) don't provide an extra bottom margin
authorJames D. Forrester <jforrester@wikimedia.org>
Mon, 18 Jan 2016 16:22:55 +0000 (08:22 -0800)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 18 Jan 2016 16:24:29 +0000 (16:24 +0000)
Change-Id: Ib5acea294d7c1863cd34194663c86db89646ecf6

resources/src/mediawiki/mediawiki.htmlform.ooui.css

index 309eb34..d6e0157 100644 (file)
@@ -29,3 +29,7 @@
        margin-right: 5%;
        width: 39%;
 }
+
+.oo-ui-fieldLayout .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
+  margin-bottom: 0;
+}