1
0
Fork 0

Fix 'Add Suggestion' button formatting

This commit is contained in:
Aaron Lindsay 2017-01-01 20:13:26 -05:00
parent d24c324398
commit a395dacfef
2 changed files with 5 additions and 2 deletions

View File

@ -136,8 +136,7 @@ module.exports = React.createClass({
<Col xs={1}></Col>
<Col xs={2}>
<FormGroup controlId="addnewsuggestionbutton">
<ControlLabel><br /></ControlLabel>
<Button bsStyle="success" disabled={buttonDisabled} onClick={this.onAddSuggestion}>Add</Button>
<Button bsClass="addsuggestionbutton btn" bsStyle="success" disabled={buttonDisabled} onClick={this.onAddSuggestion}>Add</Button>
</FormGroup>
</Col>
</Row>

View File

@ -21,3 +21,7 @@ div.tab-content {
div.row div.panel div.panel-body {
padding: 15px 0 15px 0
}
.addsuggestionbutton {
margin-top: 25px;
}