diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index cc6bce911c..23f43f89b3 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -1,4 +1,4 @@ -@x-huge-btn-height: 48px; +@x-huge-btn-height: 52px; @x-huge-btn-icon-size: 28px; .btn { @@ -232,18 +232,19 @@ .inner-box-caption { line-height: 18px; - padding: 0 3px; + padding: 1px 3px; display: flex; //align-items: center; align-items: start; + height: 24px; .caption { max-width: 85px; - max-height: 22px; + max-height: 24px; text-overflow: ellipsis; white-space: pre; - line-height: 10px; + line-height: 11px; padding: 0 2px; .caret { diff --git a/apps/common/main/resources/less/toolbar.less b/apps/common/main/resources/less/toolbar.less index b3ffb89ad1..57c2ea63b5 100644 --- a/apps/common/main/resources/less/toolbar.less +++ b/apps/common/main/resources/less/toolbar.less @@ -162,7 +162,7 @@ .box-controls { //height: @height-controls; // button has strange offset in IE when odd height - padding: 9px 0; + padding: 7px 0; display: flex; //background-color: #F2CBBF; @@ -289,7 +289,7 @@ } &.long { - height: 48px; + height: 52px; } &.short {