[DE] Update style for version history.
This commit is contained in:
parent
f178d63915
commit
d4c0969dbc
|
@ -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 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
||||||
|
|
Loading…
Reference in a new issue