1
0
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:
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" 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')}&nbsp; {getLangText('I agree to the')}&nbsp;
@ -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>
); );

View File

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

View File

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