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"
|
className="ascribe-settings-property-collapsible-toggle"
|
||||||
style={{paddingBottom: 0}}>
|
style={{paddingBottom: 0}}>
|
||||||
<InputCheckbox
|
<InputCheckbox
|
||||||
|
key='contract_terms'
|
||||||
defaultChecked={false}>
|
defaultChecked={false}>
|
||||||
<span>
|
<span>
|
||||||
{getLangText('I agree to the')}
|
{getLangText('I agree to the')}
|
||||||
@ -76,6 +77,7 @@ let LoanForm = React.createClass({
|
|||||||
style={{paddingBottom: 0}}
|
style={{paddingBottom: 0}}
|
||||||
hidden={true}>
|
hidden={true}>
|
||||||
<InputCheckbox
|
<InputCheckbox
|
||||||
|
key='implicit_terms'
|
||||||
defaultChecked={true} />
|
defaultChecked={true} />
|
||||||
</Property>
|
</Property>
|
||||||
);
|
);
|
||||||
|
@ -32,7 +32,7 @@ let InputDate = React.createClass({
|
|||||||
|
|
||||||
render: function () {
|
render: function () {
|
||||||
return (
|
return (
|
||||||
<div className="form-group">
|
<div>
|
||||||
<DatePicker
|
<DatePicker
|
||||||
dateFormat="YYYY-MM-DD"
|
dateFormat="YYYY-MM-DD"
|
||||||
selected={this.state.value_moment}
|
selected={this.state.value_moment}
|
||||||
|
@ -123,6 +123,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.datepicker__input {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
> textarea{
|
> textarea{
|
||||||
color: #666;
|
color: #666;
|
||||||
|
Loading…
Reference in New Issue
Block a user