mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Fix PR feedback for Cyland loan button
This commit is contained in:
parent
e3c4e54386
commit
b971d516cc
@ -163,16 +163,12 @@ let CylandRegisterPiece = React.createClass({
|
|||||||
const loanHeading = getLangText('Loan to Cyland archive');
|
const loanHeading = getLangText('Loan to Cyland archive');
|
||||||
const loanButtons = (
|
const loanButtons = (
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div className='col-xs-6 ascribe-form-btn-container-left'>
|
||||||
className='col-xs-6 pull-left'
|
|
||||||
style={{padding: '0 2px 2px 0'}}>
|
|
||||||
<button className='btn btn-default btn-wide'>
|
<button className='btn btn-default btn-wide'>
|
||||||
{getLangText('Loan to archive')}
|
{getLangText('Loan to archive')}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div className='col-xs-6 ascribe-form-btn-container-right'>
|
||||||
className='col-xs-6 pull-right'
|
|
||||||
style={{padding: '0 0 2px 2px'}}>
|
|
||||||
<LinkContainer to='/collection'>
|
<LinkContainer to='/collection'>
|
||||||
<button
|
<button
|
||||||
type='button'
|
type='button'
|
||||||
|
@ -23,4 +23,14 @@
|
|||||||
@media (max-width: 550px) {
|
@media (max-width: 550px) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ascribe-form-btn-container-left {
|
||||||
|
float: left;
|
||||||
|
padding: 0 2px 2px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ascribe-form-btn-container-right {
|
||||||
|
float: right;
|
||||||
|
padding: 0 0 2px 2px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user