diff --git a/apps/common/embed/resources/img/next-field.png b/apps/common/embed/resources/img/next-field.png new file mode 100644 index 000000000..ee043c878 Binary files /dev/null and b/apps/common/embed/resources/img/next-field.png differ diff --git a/apps/common/embed/resources/img/previous-field.png b/apps/common/embed/resources/img/previous-field.png new file mode 100644 index 000000000..69218c644 Binary files /dev/null and b/apps/common/embed/resources/img/previous-field.png differ diff --git a/apps/common/embed/resources/less/common.less b/apps/common/embed/resources/less/common.less index 4e3566494..cdbdd954a 100644 --- a/apps/common/embed/resources/less/common.less +++ b/apps/common/embed/resources/less/common.less @@ -475,6 +475,26 @@ } } +.png-icon { + display: inline-block; + vertical-align: middle; + cursor: pointer; + background-color: transparent; + border: 1px solid transparent; + border-radius: 2px; + width: 24px; + height: 22px; + + &.prev { + background: data-uri('../../../../common/embed/resources/img/previous-field.png') no-repeat; + background-size: cover; + } + &.next { + background: data-uri('../../../../common/embed/resources/img/next-field.png') no-repeat; + background-size: cover; + } +} + .mi-icon { width: @icon-width; height: @icon-height; @@ -565,6 +585,7 @@ } #box-tools { + display: inline-block; button { width: 24px; height: 22px; diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index d0dec3118..c6f8acbea 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -187,6 +187,8 @@