diff --git a/includes/SkinVector.php b/includes/SkinVector.php index a99fdcc..5aa50f8 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -237,6 +237,7 @@ class SkinVector extends SkinMustache { count( $this->getLanguages() ) )->parse(); $portletData['icon'] = 'language'; + $portletData['id'] = 'p-lang-btn'; } $class = $portletData['class']; $portletData['class'] = trim( "$class $extraClasses[$type]" ); diff --git a/resources/skins.vector.styles/layout-default.less b/resources/skins.vector.styles/layout-default.less index 474c157..7d198d8 100644 --- a/resources/skins.vector.styles/layout-default.less +++ b/resources/skins.vector.styles/layout-default.less @@ -81,7 +81,7 @@ body { .mw-body-header { .mixin-clearfix(); - #p-lang { + #p-lang-btn { float: right; } }