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

Change subject: Adjust the styling of input boxes in the selector
......................................................................


Adjust the styling of input boxes in the selector

* Apply the 2px padding to both source and target.
* Fix the icon positioning for RTL.

Change-Id: Ifca062e2e4634d2e2c401df4d9be4a5f66e0363d
---
M modules/source/styles/ext.cx.source.selector.less
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/source/styles/ext.cx.source.selector.less 
b/modules/source/styles/ext.cx.source.selector.less
index 869529e..987081c 100644
--- a/modules/source/styles/ext.cx.source.selector.less
+++ b/modules/source/styles/ext.cx.source.selector.less
@@ -96,10 +96,10 @@
 
                &[type=search] {
                        .background-image-svg('../../tools/images/search.svg', 
'../../tools/images/search.png');
-                       background-position: 5px center;
+                       background-position: left 5px center;
                        background-repeat: no-repeat;
                        background-size: 20px;
-                       padding-left: 30px;
+                       padding: 2px 2px 2px 30px;
                }
        }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifca062e2e4634d2e2c401df4d9be4a5f66e0363d
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: Pginer <pgi...@wikimedia.org>
Gerrit-Reviewer: Santhosh <santhosh.thottin...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to