Allow form validation messages to be close in case the eclipse anything on the form. Fixes #2859

This commit is contained in:
Khushboo Vashi
2017-11-28 14:10:12 +00:00
committed by Dave Page
parent 9ae4a03784
commit 5bfa450a5f
5 changed files with 34 additions and 7 deletions

View File

@@ -1176,6 +1176,16 @@ form[name="change_password_form"] .help-block {
overflow: hidden;
}
.close-error-bar {
background: #d0021b;
padding: 5px;
}
.close-error-bar a {
color: #FFFFFF;
cursor: pointer;
}
.user_management .search_users form {
margin: 0;
}