jenkins-bot has submitted this change and it was merged.

Change subject: MediaWiki theme: Improve search widget styling
......................................................................


MediaWiki theme: Improve search widget styling

Bug: T78034
Bug: T78035
Change-Id: I74cd2a9cca28f8c083ca44197402f4170b8964f0
---
M src/themes/mediawiki/widgets.less
1 file changed, 10 insertions(+), 7 deletions(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/themes/mediawiki/widgets.less 
b/src/themes/mediawiki/widgets.less
index 055c071..98ba28f 100644
--- a/src/themes/mediawiki/widgets.less
+++ b/src/themes/mediawiki/widgets.less
@@ -648,18 +648,21 @@
 }
 
 .theme-oo-ui-searchWidget () {
-       &-query {
-               height: 2.4em;
-               top: 1px;
+       border: solid 1px #ccc;
 
-               .oo-ui-textInputWidget input {
-                       border-width: 1px 0;
+       &-query {
+               height: 4em;
+               padding: 0 1em;
+               border-bottom: solid 1px #ccc;
+
+               .oo-ui-textInputWidget {
+                       margin: 0.75em 0;
                }
        }
 
        &-results {
-               top: 1.9em;
-               bottom: 0.2em;
+               top: 4em;
+               padding: 1em;
                line-height: 0;
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/179355
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I74cd2a9cca28f8c083ca44197402f4170b8964f0
Gerrit-PatchSet: 6
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Trevor Parscal <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to