diff --git a/cms/static/sass/_header.scss b/cms/static/sass/_header.scss index 5255819a60..e80c7aa3b1 100644 --- a/cms/static/sass/_header.scss +++ b/cms/static/sass/_header.scss @@ -43,7 +43,14 @@ body.no-header { } .left { - width: 700px; + width: 750px; + } + + .class-name { + max-width: 350px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } .drop-icon { 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