mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 11:10:56 +08:00
[DE PDFE PE SSE] Fix font size for some labels
This commit is contained in:
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
.font-size-normal();
|
||||||
|
|
||||||
.status-group {}
|
.status-group {}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
margin: 2px 0 0; // override default ul
|
margin: 2px 0 0; // override default ul
|
||||||
font-size: @font-size-base;
|
.font-size-normal();
|
||||||
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: @dropdown-bg;
|
background-color: @dropdown-bg;
|
||||||
|
|||||||
@ -73,7 +73,7 @@ define([
|
|||||||
'</td></tr>',
|
'</td></tr>',
|
||||||
'<tr><td style="padding-bottom: 8px;padding-top: 8px;">',
|
'<tr><td style="padding-bottom: 8px;padding-top: 8px;">',
|
||||||
'<div id="formula-wizard-panel-args-desc" style="padding: 8px;">',
|
'<div id="formula-wizard-panel-args-desc" style="padding: 8px;">',
|
||||||
'<div id="formula-wizard-arg-desc" style="height:30px;overflow: hidden;"></div>',
|
'<label id="formula-wizard-arg-desc" style="height:30px;overflow: hidden;"></label>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'</td></tr>',
|
'</td></tr>',
|
||||||
'<tr><td>',
|
'<tr><td>',
|
||||||
|
|||||||
@ -88,6 +88,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#formula-wizard-panel-args-desc {
|
#formula-wizard-panel-args-desc {
|
||||||
|
display: flex;
|
||||||
background: @background-pane-ie;
|
background: @background-pane-ie;
|
||||||
background: @background-pane;
|
background: @background-pane;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user