[Common] Change plugins list layout.

This commit is contained in:
Julia Radzhabova 2017-02-22 10:56:38 +03:00
parent 3b82dab5f9
commit aceb1fede4
2 changed files with 3 additions and 3 deletions

View file

@ -204,7 +204,7 @@ define([
menuContainer.css({left: showPoint[0], top: showPoint[1]});
menu.menuAlignEl = currentTarget;
menu.setOffset(-11, -currentTarget.height()/2 + 2);
menu.setOffset(-20, -currentTarget.height()/2 - 3);
menu.show();
_.delay(function() {
menu.cmpEl.focus();

View file

@ -44,8 +44,8 @@
}
.plugin-icon {
width: 31px;
height: 31px;
width: 40px;
height: 40px;
display: inline-block;
.box-shadow(0 0 0 1px transparent);
vertical-align: middle;