Merge pull request #1470 from ONLYOFFICE/feature/toolbar-buttons

Feature/toolbar buttons
This commit is contained in:
JuliaSvinareva 2022-01-13 18:26:15 +03:00 committed by GitHub
commit 489d352ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
@x-huge-btn-height: 48px; @x-huge-btn-height: 52px;
@x-huge-btn-icon-size: 28px; @x-huge-btn-icon-size: 28px;
.btn { .btn {
@ -232,18 +232,19 @@
.inner-box-caption { .inner-box-caption {
line-height: 18px; line-height: 18px;
padding: 0 3px; padding: 1px 3px;
display: flex; display: flex;
//align-items: center; //align-items: center;
align-items: start; align-items: start;
height: 24px;
.caption { .caption {
max-width: 85px; max-width: 85px;
max-height: 22px; max-height: 24px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: pre; white-space: pre;
line-height: 10px; line-height: 11px;
padding: 0 2px; padding: 0 2px;
.caret { .caret {

View file

@ -162,7 +162,7 @@
.box-controls { .box-controls {
//height: @height-controls; // button has strange offset in IE when odd height //height: @height-controls; // button has strange offset in IE when odd height
padding: 9px 0; padding: 7px 0;
display: flex; display: flex;
//background-color: #F2CBBF; //background-color: #F2CBBF;
@ -289,7 +289,7 @@
} }
&.long { &.long {
height: 48px; height: 52px;
} }
&.short { &.short {