diff --git a/apps/spreadsheeteditor/mobile/app/template/CellEditor.template b/apps/spreadsheeteditor/mobile/app/template/CellEditor.template index c96a3a74c..de1eb9425 100644 --- a/apps/spreadsheeteditor/mobile/app/template/CellEditor.template +++ b/apps/spreadsheeteditor/mobile/app/template/CellEditor.template @@ -1,7 +1,9 @@
- + + +
diff --git a/apps/spreadsheeteditor/mobile/resources/img/function.png b/apps/spreadsheeteditor/mobile/resources/img/function.png new file mode 100644 index 000000000..17b1ec8c5 Binary files /dev/null and b/apps/spreadsheeteditor/mobile/resources/img/function.png differ diff --git a/apps/spreadsheeteditor/mobile/resources/less/celleditor.less b/apps/spreadsheeteditor/mobile/resources/less/celleditor.less index 3aa3ddc06..75581370b 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/celleditor.less +++ b/apps/spreadsheeteditor/mobile/resources/less/celleditor.less @@ -65,20 +65,13 @@ } } - #ce-func-label { - width: 34px; - - span.btn-icon { - font-size: 17px; - //display: block; - //margin-top: -5px; - } - - &.disabled { - span.btn-icon { - opacity: 0.6; - } - } + #ce-function { + height: @cellEditorHeight; + line-height: @cellEditorHeight; + display: flex; + align-items: center; + padding: 0 10px; + float: right; } .group-expand { diff --git a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less index cb8c64f86..b7b8d209d 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less +++ b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less @@ -65,11 +65,6 @@ i.icon { height: 22px; .encoded-svg-background(''); } - //&.icon-text-selection { - // width: 22px; - // height: 22px; - // .encoded-svg-background(''); - //} &.icon-text-align-center { width: 22px; height: 22px; @@ -142,6 +137,11 @@ i.icon { .encoded-svg-background('icons_for_svg'); } + &.icon-function { + width: 22px; + height: 22px; + background-image: url(../img/function.png); + } // Reorder &.icon-move-backward {