diff --git a/apps/common/main/lib/view/History.js b/apps/common/main/lib/view/History.js index 28f75ff4d..a8d0b5130 100644 --- a/apps/common/main/lib/view/History.js +++ b/apps/common/main/lib/view/History.js @@ -86,7 +86,7 @@ define([ '
' + this.textVer + '<%=version%>
', '<% } %>', '<% if (isRevision && hasChanges) { %>', - '
', + '
', '<% } %>', '
', '
', diff --git a/apps/common/main/resources/less/history.less b/apps/common/main/resources/less/history.less index 4c44e95b3..e7401f0b9 100644 --- a/apps/common/main/resources/less/history.less +++ b/apps/common/main/resources/less/history.less @@ -84,7 +84,8 @@ } .revision-expand { - background-position: -70px -145px; + border-color: @highlight-button-hover-ie; + border-color: @highlight-button-hover; } } } @@ -143,16 +144,22 @@ } .revision-expand { - width: 23px; - height: 23px; - background-position: -43px -145px; - margin: 10px 10px; + width: 8px; + height: 8px; + border: solid 2px @highlight-button-pressed-ie; + border: solid 2px @highlight-button-pressed; + border-bottom: none; + border-right: none; + background-image: none; display: inline-block; position: absolute; - right: 0; + right: 18px; + top: 28px; + //transition: transform 0.2s ease; + transform: rotate(-135deg) translate(2px,2px); &.up { - transform: rotate(180deg); + transform: rotate(45deg); } }