From 66a92b15080b09fc4c8cf332ff46cd674a3e8d9f Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 23 Feb 2016 22:46:16 +0500 Subject: Ui Improvements --- web/react/components/login.jsx | 10 ++++------ web/react/components/setting_item_min.jsx | 6 +++--- web/react/components/signup_user_complete.jsx | 10 ++++------ web/sass-files/sass/partials/_signup.scss | 2 +- 4 files changed, 12 insertions(+), 16 deletions(-) (limited to 'web') diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx index 380790b8f..581b8e0b5 100644 --- a/web/react/components/login.jsx +++ b/web/react/components/login.jsx @@ -101,12 +101,10 @@ export default class Login extends React.Component {
{loginMessage}
- - - +
); diff --git a/web/react/components/setting_item_min.jsx b/web/react/components/setting_item_min.jsx index 868b7e1b2..cb2ee0d8f 100644 --- a/web/react/components/setting_item_min.jsx +++ b/web/react/components/setting_item_min.jsx @@ -8,7 +8,7 @@ export default class SettingItemMin extends React.Component { let editButton = null; if (!this.props.disableOpen) { editButton = ( -
  • +
  • -
  • {this.props.title}
  • +
  • {this.props.title}
  • {editButton} -
  • {this.props.describe}
  • +
  • {this.props.describe}
  • ); } diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx index 740a7b166..dbec3d02d 100644 --- a/web/react/components/signup_user_complete.jsx +++ b/web/react/components/signup_user_complete.jsx @@ -351,12 +351,10 @@ class SignupUserComplete extends React.Component {
    {signupMessage}
    - - - +
    ); diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss index e9c872a6e..38ae14d7d 100644 --- a/web/sass-files/sass/partials/_signup.scss +++ b/web/sass-files/sass/partials/_signup.scss @@ -115,7 +115,7 @@ .signup-team-login { padding-bottom: 10px; - font-weight: 700; + font-weight: 600; } .signup-team__name { -- cgit v1.2.3-1-g7c22