Commit d5b679c21a2918788e81afbb1fa6a1cf62678584

Authored by Deepak
1 parent ad09bdf6a1
Exists in master

fixed style

imports/client/views/nonOrg/enter/SignupView.js
... ... @@ -119,7 +119,7 @@ export default class Signup extends React.Component {
119 119 />
120 120 </FormGroup>
121 121 {/* <Col md={12} */}
122   - <Button type="submit" style="float:center" bsStyle="success">Sign Up</Button>
  122 + <Button type="submit" style={{float: 'right'}} bsStyle="success">Sign Up</Button>
123 123  
124 124 </form>
125 125 </Col>
... ...
imports/client/views/org/admin/students/UploadCsv.js
... ... @@ -64,7 +64,7 @@ export class UploadCsv extends Component {
64 64 id="formControlsFile"
65 65 type="file"
66 66 label="File"
67   - help="Example block-level help text here."
  67 + help="Upload you CSV here."
68 68 />
69 69 </form>
70 70 </Modal.Body>
... ...