[Common] Change plugins list layout.
This commit is contained in:
parent
3b82dab5f9
commit
aceb1fede4
|
@ -204,7 +204,7 @@ define([
|
||||||
menuContainer.css({left: showPoint[0], top: showPoint[1]});
|
menuContainer.css({left: showPoint[0], top: showPoint[1]});
|
||||||
|
|
||||||
menu.menuAlignEl = currentTarget;
|
menu.menuAlignEl = currentTarget;
|
||||||
menu.setOffset(-11, -currentTarget.height()/2 + 2);
|
menu.setOffset(-20, -currentTarget.height()/2 - 3);
|
||||||
menu.show();
|
menu.show();
|
||||||
_.delay(function() {
|
_.delay(function() {
|
||||||
menu.cmpEl.focus();
|
menu.cmpEl.focus();
|
||||||
|
|
|
@ -44,8 +44,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-icon {
|
.plugin-icon {
|
||||||
width: 31px;
|
width: 40px;
|
||||||
height: 31px;
|
height: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
.box-shadow(0 0 0 1px transparent);
|
.box-shadow(0 0 0 1px transparent);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Reference in a new issue