Commit d4c0969d authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Update style for version history.

parent f178d639
...@@ -107,6 +107,7 @@ define([ ...@@ -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);
}; };
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
} }
.revision-expand { .revision-expand {
background-position: -74px -149px; background-position: -70px -145px;
} }
} }
} }
...@@ -111,10 +111,10 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment