[DE] Update style for version history.

This commit is contained in:
Julia Radzhabova 2016-09-22 16:55:01 +03:00
parent f178d63915
commit d4c0969dbc
2 changed files with 6 additions and 5 deletions

View file

@ -107,6 +107,7 @@ define([
for(var i=1; i<revisions.length; i++) for(var i=1; i<revisions.length; i++)
revisions[i].set('isVisible', isExpanded); revisions[i].set('isVisible', isExpanded);
} }
this.scroller.update({minScrollbarLength: 40});
} else } else
Common.UI.DataView.prototype.onClickItem.call(this, view, record, e); Common.UI.DataView.prototype.onClickItem.call(this, view, record, e);
}; };

View file

@ -58,7 +58,7 @@
} }
.revision-expand { .revision-expand {
background-position: -74px -149px; background-position: -70px -145px;
} }
} }
} }
@ -111,10 +111,10 @@
} }
.revision-expand { .revision-expand {
width: 16px; width: 23px;
height: 16px; height: 23px;
background-position: -47px -149px; background-position: -43px -145px;
margin: 14px 12px; margin: 10px 10px;
display: inline-block; display: inline-block;
position: absolute; position: absolute;
right: 0; right: 0;