Contact modal for mobile fixes

This commit is contained in:
Edin Dazdarevic
2017-04-14 17:01:27 +02:00
parent 7c40035f6f
commit cfa14ed590
5 changed files with 108 additions and 37 deletions

View File

@@ -123,14 +123,14 @@ export default class ContactModal extends React.Component {
/>
</div>
<div className="contact-form-alert noselect">
<label>
<input
type="checkbox"
onChange={this.onAlertToggle.bind(this)}
checked={doAlert}
/>
<span onClick={this.onAlertToggle.bind(this)}>
Obavjesti me ukoliko se slična nekretnine pojavi
</span>
Javi mi kada se objavi sličan oglas
</label>
</div>
<div className="contact-form-footer">
<button disabled={sending}>Pošalji poruku</button>