diff --git a/cms/static/sass/_users.scss b/cms/static/sass/_users.scss index 98c9be9fda..7c60ee5c3b 100644 --- a/cms/static/sass/_users.scss +++ b/cms/static/sass/_users.scss @@ -32,6 +32,21 @@ padding: 15px 20px; background: $mediumGrey; + #result { + display: none; + float: left; + margin-bottom: 15px; + padding: 3px 15px; + border-radius: 3px; + background: $error-red; + font-size: 14px; + color: #fff; + } + + .form-elements { + clear: both; + } + label { display: inline-block; margin-right: 10px; diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html index 3d6ca03001..712766eb71 100644 --- a/cms/templates/manage_users.html +++ b/cms/templates/manage_users.html @@ -20,9 +20,12 @@ %if allow_actions:
%endif