Use custom font size for menu File

This commit is contained in:
Julia Radzhabova 2022-12-21 17:05:44 +03:00
parent 3e92e53ed1
commit f022228948
7 changed files with 40 additions and 25 deletions

View file

@ -220,6 +220,11 @@
.fontsize(calc(@font-size-base-app + 3px)); // 14px
}
.font-size-very-huge {
.fontsize(16px); // 16px
.fontsize(calc(@font-size-base-app + 5px)); // 16px
}
// Skeleton of document
#editor-container {

View file

@ -92,7 +92,7 @@
margin: 30px 0 0 10px;
.header {
font-size: 16px;
.font-size-very-huge();
margin-bottom: 20px;
}
@ -228,7 +228,7 @@
#panel-settings {
.header {
margin: 30px 0 16px 30px;
font-size: 16px;
.font-size-very-huge();
}
table {
@ -282,7 +282,7 @@
#panel-createnew {
.header {
font-size: 16px;
.font-size-very-huge();
padding: 0 0 0 10px;
white-space: nowrap;
margin-top: 30px;
@ -351,7 +351,7 @@
.header {
margin: 30px 0 20px 10px;
font-size: 16px;
.font-size-very-huge();
}
.item {
@ -458,14 +458,14 @@
.header {
margin: 30px 0 20px 0;
font-size: 16px;
.font-size-very-huge();
}
}
#panel-info {
.header {
margin: 30px 0 20px 30px;
font-size: 16px;
.font-size-very-huge();
}
}
@ -597,7 +597,7 @@
}
#id-fms-lbl-protect-header {
font-size: 16px;
.font-size-very-huge();
}
.btn-text-default.auto {
@ -610,7 +610,7 @@
#panel-print {
padding: 0;
.main-header {
font-size: 16px;
.font-size-very-huge();
margin: 18px 0 20px 0;
}
#id-print-settings {

View file

@ -176,6 +176,11 @@
.fontsize(calc(@font-size-base-app + 3px)); // 14px
}
.font-size-very-huge {
.fontsize(16px); // 16px
.fontsize(calc(@font-size-base-app + 5px)); // 16px
}
.slidenum-div {
background-color: @background-normal-ie;
background-color: @background-normal;

View file

@ -200,7 +200,7 @@
margin: 30px 0 0 10px;
.header {
font-size: 16px;
.font-size-very-huge();
margin-bottom: 20px;
}
@ -235,7 +235,7 @@
#panel-settings {
.header {
margin: 30px 0 16px 30px;
font-size: 16px;
.font-size-very-huge();
}
table {
@ -288,7 +288,7 @@
#panel-createnew {
.header {
font-size: 16px;
.font-size-very-huge();
padding: 0 0 0 10px;
white-space: nowrap;
margin-top: 30px;
@ -356,7 +356,7 @@
.header {
margin: 30px 0 20px 10px;
font-size: 16px;
.font-size-very-huge();
}
.dataview {
@ -462,14 +462,14 @@
.header {
margin: 30px 0 20px 0;
font-size: 16px;
.font-size-very-huge();
}
}
#panel-info {
.header {
margin: 30px 0 20px 30px;
font-size: 16px;
.font-size-very-huge();
}
}
@ -578,7 +578,7 @@
}
#id-fms-lbl-protect-header {
font-size: 16px;
.font-size-very-huge();
}
.btn-text-default.auto {
@ -590,7 +590,7 @@
#panel-print {
padding: 0;
.main-header {
font-size: 16px;
.font-size-very-huge();
margin: 18px 0 20px 0;
}
#print-preview-empty {

View file

@ -1910,7 +1910,7 @@ define([
me.mnuCustomScale = new Common.UI.MenuItem({
template: _.template([
'<div class="checkable custom-scale" style="padding: 5px 5px 5px 20px;font-weight: normal;line-height: 1.42857143;font-size: 11px;height: 32px;"',
'<div class="checkable custom-scale font-size-normal" style="padding: 5px 5px 5px 20px;font-weight: normal;height: 32px;"',
'<% if(!_.isUndefined(options.stopPropagation)) { %>',
'data-stopPropagation="true"',
'<% } %>', '>',

View file

@ -178,6 +178,11 @@
.fontsize(calc(@font-size-base-app + 3px)); // 14px
}
.font-size-very-huge {
.fontsize(16px); // 16px
.fontsize(calc(@font-size-base-app + 5px)); // 16px
}
// Skeleton of workbook
.doc-placeholder {

View file

@ -191,7 +191,7 @@
margin: 30px 0 0 10px;
.header {
font-size: 16px;
.font-size-very-huge();
margin-bottom: 20px;
}
@ -223,7 +223,7 @@
.header {
margin: 30px 0 20px 30px;
font-size: 16px;
.font-size-very-huge();
}
}
@ -234,7 +234,7 @@
.header {
margin: 30px 0 16px 30px;
font-size: 16px;
.font-size-very-huge();
}
#id-settings-menu {
@ -354,7 +354,7 @@
#panel-createnew {
.header {
font-size: 16px;
.font-size-very-huge();
padding: 0 0 0 10px;
white-space: nowrap;
margin-top: 30px;
@ -422,7 +422,7 @@
.header {
margin: 30px 0 20px 10px;
font-size: 16px;
.font-size-very-huge();
}
.dataview {
@ -528,7 +528,7 @@
.header {
margin: 30px 0 20px 0;
font-size: 16px;
.font-size-very-huge();
}
}
@ -637,7 +637,7 @@
}
#id-fms-lbl-protect-header {
font-size: 16px;
.font-size-very-huge();
}
.btn-text-default.auto {
@ -648,7 +648,7 @@
#panel-print {
.main-header {
font-size: 16px;
.font-size-very-huge();
margin: 18px 0 20px 0;
}
padding: 0;