Bmansurov has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/171771

Change subject: Put icon and text on the same line in VE switcher dropdown
......................................................................

Put icon and text on the same line in VE switcher dropdown

Change-Id: Ie57709ae58fcc990b1d38dbe109d7d9c5771de57
---
M less/modules/editor/editor.less
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/71/171771/1

diff --git a/less/modules/editor/editor.less b/less/modules/editor/editor.less
index 8393538..9721447 100644
--- a/less/modules/editor/editor.less
+++ b/less/modules/editor/editor.less
@@ -89,6 +89,14 @@
                                        vertical-align: middle;
                                }
 
+                               .mw-ui-icon {
+                                       display: inline-block;
+                                       height: 3.35em;
+                                       margin-left: -0.3em; // because 
min-width is bigger
+                                       min-width: 4em;
+                                       vertical-align: middle;
+                               }
+
 
                                &.selected {
                                        background: @selectedBackgroundColor;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie57709ae58fcc990b1d38dbe109d7d9c5771de57
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>

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

Reply via email to