Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.search.styles.css
index 89f5132..b37cf2f 100644 (file)
 .mw-body .mw-search-nonefound {
        margin: 0;
 }
-.mw-search-interwiki-header,
+
 .searchdidyoumean em,
 .searchmatch {
        font-weight: bold;
 }
-.mw-search-nonefound + .mw-search-interwiki-header {
-       margin-top: 0;
-}
 
 .mw-search-results {
        margin: 0;
-       float: left;
-       max-width: 60%;
+       max-width: 38em;
 }
+
 .mw-search-visualclear {
        clear: both;
 }
@@ -54,6 +51,7 @@
        background-color: #f8f9fa;
        margin-top: 1em;
        border: 1px solid #c8ccd1;
+       border-radius: 2px;
 }
 .search-types {
        float: left;
 /*==========================*/
 
 #mw-searchoptions {
-       margin: 0;
        padding: 0.5em 0.75em 0.75em 0.75em;
        background-color: #f8f9fa;
+       margin: -1px 0 0;
        border: 1px solid #c8ccd1;
-       border-top-width: 0;
+       border-radius: 0 0 2px 2px;
 }
 #mw-searchoptions legend {
        display: none;