Merge pull request #1470 from ONLYOFFICE/feature/toolbar-buttons
Feature/toolbar buttons
This commit is contained in:
commit
489d352ae8
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue