[DE PE SSE] Make two line captions for buttons in toolbar
This commit is contained in:
parent
d5960dd972
commit
4084696900
|
@ -213,6 +213,7 @@ define([
|
|||
'<span class="caption"><%= caption %>' +
|
||||
'<i class="caret"></i>' +
|
||||
'</span>' +
|
||||
'<i class="caret compact-caret"></i>' +
|
||||
'</div>' +
|
||||
'</button>' +
|
||||
'</div>';
|
||||
|
@ -229,6 +230,7 @@ define([
|
|||
'<span class="caption"><%= caption %>' +
|
||||
'<i class="caret"></i>' +
|
||||
'</span>' +
|
||||
'<i class="caret compact-caret"></i>' +
|
||||
'</span>' +
|
||||
'</button>' +
|
||||
'</div>';
|
||||
|
|
|
@ -70,6 +70,9 @@
|
|||
|
||||
transition: transform 0.2s ease;
|
||||
transform: rotate(-135deg) translate(1px,1px);
|
||||
&.compact-caret {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
//&:active,
|
||||
|
@ -229,7 +232,7 @@
|
|||
|
||||
.inner-box-caption {
|
||||
line-height: 18px;
|
||||
padding: 0 2px;
|
||||
padding: 0 3px;
|
||||
display: flex;
|
||||
//align-items: center;
|
||||
align-items: start;
|
||||
|
@ -238,6 +241,7 @@
|
|||
max-width: 85px;
|
||||
max-height: 22px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
white-space: pre-line;
|
||||
line-height: 10px;
|
||||
|
|
|
@ -192,6 +192,11 @@
|
|||
|
||||
.inner-box-caption {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.compact-caret {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -237,7 +242,7 @@
|
|||
font-size: 0;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 6px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
&.font-normal {
|
||||
|
@ -253,7 +258,7 @@
|
|||
}
|
||||
|
||||
&.long {
|
||||
height: 46px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
&.short {
|
||||
|
|
Loading…
Reference in a new issue