mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
loan form styling
This commit is contained in:
parent
deebacd063
commit
f4ccd417fc
@ -59,6 +59,7 @@ let LoanForm = React.createClass({
|
||||
className="ascribe-settings-property-collapsible-toggle"
|
||||
style={{paddingBottom: 0}}>
|
||||
<InputCheckbox
|
||||
key='contract_terms'
|
||||
defaultChecked={false}>
|
||||
<span>
|
||||
{getLangText('I agree to the')}
|
||||
@ -76,6 +77,7 @@ let LoanForm = React.createClass({
|
||||
style={{paddingBottom: 0}}
|
||||
hidden={true}>
|
||||
<InputCheckbox
|
||||
key='implicit_terms'
|
||||
defaultChecked={true} />
|
||||
</Property>
|
||||
);
|
||||
|
@ -32,7 +32,7 @@ let InputDate = React.createClass({
|
||||
|
||||
render: function () {
|
||||
return (
|
||||
<div className="form-group">
|
||||
<div>
|
||||
<DatePicker
|
||||
dateFormat="YYYY-MM-DD"
|
||||
selected={this.state.value_moment}
|
||||
|
@ -123,6 +123,9 @@
|
||||
}
|
||||
|
||||
}
|
||||
.datepicker__input {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
> textarea{
|
||||
color: #666;
|
||||
|
Loading…
Reference in New Issue
Block a user