Minor fixes for second sister search AB test
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.search.interwikiwidget.styles.less
index 5504883..04da3db 100644 (file)
@@ -2,8 +2,13 @@
 /*==========================*/
 
 #mw-interwiki-results {
-       float: right;
        width: 30%;
+       display: inline-block;
+       margin-left: 10%;
+}
+
+.searchresults .mw-search-createlink {
+       float: left;
 }
 
 .iw-headline {
@@ -76,7 +81,6 @@ to resemble a traditional dictionary definition */
 }
 
 .iw-result__title a.extiw {
-       color: #252525;
        font-weight: bold;
 }
 
@@ -203,24 +207,17 @@ span the interwiki results across the bottom of the page.
 @media only screen and ( max-width: 768px ) {
        #mw-interwiki-results {
                width: 100%;
+               margin-left: 0;
        }
        .mw-search-results {
                max-width: none !important;
        }
-       .iw-resultset {
-               width: 45% !important;
-               margin-left: 0.5em !important;
-               margin-right: 0.5em !important;
-       }
-
-}
-
-@media only screen and ( max-width: 600px ) {
        .iw-resultset {
                width: 100% !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                max-width: none !important;
        }
+
 }
 /* stylelint-enable declaration-no-important */