Merge "Fix fatal due to lock name mismatch in Maintenance::unlockSearchindex"
[lhc/web/wiklou.git] / resources / src / mediawiki.special.search.styles.css
index 1179f90..0f27420 100644 (file)
        /* Note that this color won't affect the link, as desired. */
        color: #d33;
 }
+
+#mw-search-togglebox {
+       float: right;
+}
+
+#mw-search-togglebox label {
+       margin-right: 0.25em;
+}
+
+#mw-search-togglebox input {
+       margin-left: 0.25em;
+}
+
+.client-nojs #mw-search-togglebox {
+       display: none;
+}