[DE] Update style for history changes.

This commit is contained in:
Julia Radzhabova 2016-09-21 16:07:45 +03:00
parent 5739d6cd73
commit caa0d1aee7
2 changed files with 2 additions and 1 deletions

View file

@ -76,7 +76,7 @@ define([
store: this.storeHistory,
enableKeyEvents: false,
itemTemplate: _.template([
'<div id="<%= id %>" class="history-item-wrap" style="display: block;">',
'<div id="<%= id %>" class="history-item-wrap" style="display: block; ' + '<% if (!isRevision) { %>' + 'padding-left: 40px;' + '<% } %>' +'">',
'<div class="user-date"><%= created %></div>',
'<% if (markedAsVersion) { %>',
'<div class="user-version">ver.<%=version%></div>',

View file

@ -93,6 +93,7 @@
overflow: hidden;
font-size: 12px;
cursor: pointer;
color: @gray-darker;
}
.color {