Merge "ApiSandbox: Move labels outside progress bars"
[lhc/web/wiklou.git] / resources / src / mediawiki.special.search.styles.css
index 1179f90..dcb51fa 100644 (file)
@@ -1,5 +1,7 @@
 /* Special:Search */
 
+/* stylelint-disable selector-class-pattern */
+
 /*
  * Fixes sister projects box moving down the extract
  * of the first result (T18886).
        /* 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;
+}