loan form styling

This commit is contained in:
diminator 2015-07-29 14:49:36 +02:00
parent deebacd063
commit f4ccd417fc
3 changed files with 6 additions and 1 deletions

View File

@ -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')}&nbsp;
@ -76,6 +77,7 @@ let LoanForm = React.createClass({
style={{paddingBottom: 0}}
hidden={true}>
<InputCheckbox
key='implicit_terms'
defaultChecked={true} />
</Property>
);

View File

@ -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}

View File

@ -123,6 +123,9 @@
}
}
.datepicker__input {
padding: 0;
}
> textarea{
color: #666;