Follow-up r83907: some CSS to achieve flat lists
[lhc/web/wiklou.git] / skins / common / shared.css
index 04c0e34..5b91909 100644 (file)
@@ -126,6 +126,10 @@ tr.mw-htmlform-vertical-label td.mw-label {
 .mw-htmlform-invalid-input td.mw-input input {
        border-color: red;
 }
+.mw-htmlform-multiselect-flatlist div.mw-htmlform-multiselect-item {
+       display: inline;
+       margin-right: 1em;
+}
 
 input#wpSummary {
        width: 80%;