diff --git a/apps/common/embed/resources/less/common.less b/apps/common/embed/resources/less/common.less index 2bf8a5f98..bd9231712 100644 --- a/apps/common/embed/resources/less/common.less +++ b/apps/common/embed/resources/less/common.less @@ -238,7 +238,7 @@ border: 1px solid transparent; border-radius: 2px; - width: 24px; + width: 22px; height: 22px; background-origin: content-box; padding: 0 1px; @@ -467,7 +467,7 @@ @icon-height: 20px; .svg-icon { background: data-uri('../../../../common/embed/resources/img/icon-menu-sprite.svg') no-repeat; - background-size: @icon-width*13 @icon-height*2; + background-size: @icon-width*19 @icon-height*2; &.download { background-position: -@icon-width 0; @@ -506,11 +506,20 @@ background-position: -@icon-width*11 0; } - &.form-prev { - background-position: -@icon-width*7 0; + &.arrow-top { + background-position: -@icon-width*17 0; } - &.form-next { - background-position: -@icon-width*8 0; + &.arrow-bottom { + background-position: -@icon-width*16 0; + } + &.clear-style { + background-position: -@icon-width*12 0; + } + &.go-to-location { + background-position: -@icon-width*15 0; + } + &.more-vertical { + background-position: -@icon-width*14 0; } } @@ -521,7 +530,7 @@ margin: 0 15px 0 -35px; } .btn-icon { - width: 24px; + width: 22px; height: 22px; display: inline-block; vertical-align: middle; @@ -603,7 +612,7 @@ &.open { > button { background-color: @btnActiveColor; - background-position: 0 -@icon-height; + background-position: -@icon-width*14 -@icon-height; } } } diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index 1d5623aa1..4b3957b4f 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -188,9 +188,9 @@
- +
@@ -198,7 +198,7 @@
of 0
diff --git a/apps/documenteditor/embed/js/ApplicationView.js b/apps/documenteditor/embed/js/ApplicationView.js index 99139efe3..49804e79a 100644 --- a/apps/documenteditor/embed/js/ApplicationView.js +++ b/apps/documenteditor/embed/js/ApplicationView.js @@ -48,7 +48,7 @@ DE.ApplicationView = new(function(){ '
  • ' + this.txtDownload + '
  • ' + '
  • ' + this.txtPrint + '
  • ' + '
  • ' + this.txtShare + '
  • ' + - '
  • ' + this.txtFileLocation + '
  • ' + + '
  • ' + this.txtFileLocation + '
  • ' + '
  • ' + '
  • ' + this.txtEmbed + '
  • ' + '
  • ' + this.txtFullScreen + '
  • ' +