diff --git a/apps/spreadsheeteditor/main/app/template/Toolbar.template b/apps/spreadsheeteditor/main/app/template/Toolbar.template index 92ab3a430..057f851a0 100644 --- a/apps/spreadsheeteditor/main/app/template/Toolbar.template +++ b/apps/spreadsheeteditor/main/app/template/Toolbar.template @@ -46,19 +46,18 @@
-
- - - - +
+ + + +
-
- - - +
+ + + -
@@ -69,23 +68,23 @@ - +
- +
- +
- +
@@ -114,10 +113,10 @@
- +
- +
diff --git a/apps/spreadsheeteditor/main/resources/less/toolbar.less b/apps/spreadsheeteditor/main/resources/less/toolbar.less index 4d07d82ff..2971df45c 100644 --- a/apps/spreadsheeteditor/main/resources/less/toolbar.less +++ b/apps/spreadsheeteditor/main/resources/less/toolbar.less @@ -14,6 +14,29 @@ display: table; width: 100%; } + + .font-attr { + > .btn-slot:not(:last-child):not(.split) { + margin-right: 8px; + } + + > .btn-slot.split:not(:last-child) { + margin-right: 5px; + } + } + + .font-attr-top { + width: 186px; + + > .btn-slot { + float: left; + + &:not(:first-child) { + margin-left: 2px; + } + } + + } } .toolbar-mask { @@ -215,3 +238,11 @@ background-color: @gray-light; border: 1px solid @gray; } + +#slot-field-fontname { + width: 91px; +} + +#slot-field-fontsize { + width: 45px; +} \ No newline at end of file