Santhosh has uploaded a new change for review.

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

Change subject: Compact language links: Use smaller callout arrow
......................................................................

Compact language links: Use smaller callout arrow

Uses equilateral triangle with 16px side.

Bug: T138235
Change-Id: If81342876d59e3041d0ea4029e301c3cc76f6641
---
M resources/css/ext.uls.compactlinks.less
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/15/298415/1

diff --git a/resources/css/ext.uls.compactlinks.less 
b/resources/css/ext.uls.compactlinks.less
index a3ba30f..8223c9f 100644
--- a/resources/css/ext.uls.compactlinks.less
+++ b/resources/css/ext.uls.compactlinks.less
@@ -36,16 +36,16 @@
        border-top: 1px solid rgba( 0, 0, 0, 0.2 );
        box-shadow: -2px -2px 2px rgba( 0, 0, 0, 0.1 );
        content: '';
-       height: 24px;
-       width: 24px;
-       left: -13px;
+       height: 16px;
+       width: 16px;
+       left: -9px;
        position: absolute;
-       /* The dialog middle is positioned 250px away from the center of the 
trigger. Substract 12 for
+       /* The dialog middle is positioned 250px away from the center of the 
trigger. Substract 8 for
         * half of the box height to center middle of the box rather than the 
top.  The remaining 2 are
         * either for top-margin of the menu and border of this box, or because 
we use do not account
         * for the margin of the trigger when we use $.fn.outerWidth without 
true as a parameter.
         */
-       top: 236px;
+       top: 240px;
        transform: rotate( -45deg );
        -webkit-transform: rotate( -45deg );
        -moz-transform: rotate( -45deg );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If81342876d59e3041d0ea4029e301c3cc76f6641
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

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

Reply via email to