Reverse order of Cyland loan form buttons

Maintains consistency with other buttons on the web app.
This commit is contained in:
Brett Sun 2015-12-16 14:24:03 +01:00
parent 8687b393bf
commit e3c4e54386
1 changed files with 7 additions and 7 deletions

View File

@ -166,6 +166,13 @@ let CylandRegisterPiece = React.createClass({
<div
className='col-xs-6 pull-left'
style={{padding: '0 2px 2px 0'}}>
<button className='btn btn-default btn-wide'>
{getLangText('Loan to archive')}
</button>
</div>
<div
className='col-xs-6 pull-right'
style={{padding: '0 0 2px 2px'}}>
<LinkContainer to='/collection'>
<button
type='button'
@ -174,13 +181,6 @@ let CylandRegisterPiece = React.createClass({
</button>
</LinkContainer>
</div>
<div
className='col-xs-6 pull-right'
style={{padding: '0 0 2px 2px'}}>
<button className='btn btn-default btn-wide'>
{getLangText('Loan to archive')}
</button>
</div>
</div>
);