Fix 'Add Suggestion' button formatting
This commit is contained in:
parent
d24c324398
commit
a395dacfef
@ -136,8 +136,7 @@ module.exports = React.createClass({
|
|||||||
<Col xs={1}></Col>
|
<Col xs={1}></Col>
|
||||||
<Col xs={2}>
|
<Col xs={2}>
|
||||||
<FormGroup controlId="addnewsuggestionbutton">
|
<FormGroup controlId="addnewsuggestionbutton">
|
||||||
<ControlLabel><br /></ControlLabel>
|
<Button bsClass="addsuggestionbutton btn" bsStyle="success" disabled={buttonDisabled} onClick={this.onAddSuggestion}>Add</Button>
|
||||||
<Button bsStyle="success" disabled={buttonDisabled} onClick={this.onAddSuggestion}>Add</Button>
|
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -21,3 +21,7 @@ div.tab-content {
|
|||||||
div.row div.panel div.panel-body {
|
div.row div.panel div.panel-body {
|
||||||
padding: 15px 0 15px 0
|
padding: 15px 0 15px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.addsuggestionbutton {
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user