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;
}

View File

@@ -104,8 +104,6 @@
.alert-text {
flex-grow: 1;
border: 1px solid $color-red-2;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
padding: 7px 12px 6px 10px;
border-left: none;
}