diff --git a/client/app/pages/users/new.html b/client/app/pages/users/new.html index d76b5316b..5b291946f 100644 --- a/client/app/pages/users/new.html +++ b/client/app/pages/users/new.html @@ -1,33 +1,34 @@ - - - Name - + + + New User + + + Name + - + + + + + Email + + + + + + + Create user + + + + + The user has been created and should receive an invite email soon + You can use the following link to invite them yourself: + {{user.invite_link}} + + - - - Email - - - - - - - Create - - - - - - The user has been created and should receive an invite email soon. - - - You can use the following link to invite them yourself: - {{user.invite_link}} - - - + diff --git a/client/app/pages/users/settings.less b/client/app/pages/users/settings.less index 7591dbc7f..dbcfcde47 100644 --- a/client/app/pages/users/settings.less +++ b/client/app/pages/users/settings.less @@ -8,10 +8,17 @@ margin: 8px 0 0 0; } -.profile__cointainer { +.profile__container { .well { .form-group:last-of-type { margin-bottom: 0; } } } + +.alert-invited { + .form-control { + cursor: text !important; + background: #fff !important; + } +} diff --git a/client/app/pages/users/show.html b/client/app/pages/users/show.html index 43756c7a3..2f44713b4 100644 --- a/client/app/pages/users/show.html +++ b/client/app/pages/users/show.html @@ -3,7 +3,7 @@ - +
You can use the following link to invite them yourself:
- The user has been created and should receive an invite email soon. -
- You can use the following link to invite them yourself: - {{user.invite_link}} -