summaryrefslogtreecommitdiffstats
path: root/webapp/components/login
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-07-07 02:32:27 +0500
committerCorey Hulen <corey@hulen.com>2016-07-06 13:32:27 -0800
commit3eee51f74e893f3182519ad0edb72dd5d8b107fd (patch)
tree361e92ede053d091ea05ca06e363e125cfc3b9ae /webapp/components/login
parent31a0f65973cf34cb17f3a4a730455e5d8f8a1b72 (diff)
downloadchat-3eee51f74e893f3182519ad0edb72dd5d8b107fd.tar.gz
chat-3eee51f74e893f3182519ad0edb72dd5d8b107fd.tar.bz2
chat-3eee51f74e893f3182519ad0edb72dd5d8b107fd.zip
UI fix for errors in signup and login pages and adding space between buttons in the security tab (#3512)
* Fixing the errors style on login and signup pages * Adding space between login options in the security section
Diffstat (limited to 'webapp/components/login')
-rw-r--r--webapp/components/login/login_controller.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index cd4175d3c..ca06caf0b 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -336,7 +336,10 @@ export default class LoginController extends React.Component {
onSubmit={this.preSubmit}
>
<div className='signup__email-container'>
- <FormError error={this.state.serverError}/>
+ <FormError
+ error={this.state.serverError}
+ margin={true}
+ />
<div className={'form-group' + errorClass}>
<input
className='form-control'