diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl
index 0dcaaa301..073677df8 100644
--- a/admin/themes/default/template/user_list.tpl
+++ b/admin/themes/default/template/user_list.tpl
@@ -616,7 +616,7 @@ $(".icon-help-circled").tipTip({
{'Update'|@translate}
{'Close'|@translate}
{'User updated'|@translate}
-
+
{'Delete'|@translate}
@@ -777,7 +777,7 @@ $(".icon-help-circled").tipTip({
{'Update'|@translate}
{'Close'|@translate}
{'User updated'|@translate}
-
+
@@ -882,7 +882,7 @@ $(".icon-help-circled").tipTip({
{'Send connection settings by email'|translate}
-
+
@@ -1652,10 +1652,6 @@ $(".icon-help-circled").tipTip({
.update-user-fail {
padding:11px;
display:none;
- border-left: 2px solid #FF0000;
- {* top: -30px;
- position: relative;
- left: 190px; *}
}
/* Guest Pop in */
@@ -1790,13 +1786,6 @@ $(".icon-help-circled").tipTip({
border-left:solid 3px red;
}
-.AddUserErrors p {
- font-size: 14px;
- font-weight: bold;
- padding-left: 10px;
- height: 40px;
-}
-
.AddUserSubmit {
cursor:pointer;
font-weight:bold;
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index de2d1bf9d..dbcd5b43e 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -4486,6 +4486,12 @@ input:checked + .slider:before {
position: relative;
}
+.AddUserErrors, .update-user-fail {
+ background-color: #ffcfcf;
+ color: #ff5252;
+ border-left:solid 3px red;
+}
+
#UserList .AddUserBlock p,
#UserList .AddUserBlock select,
#UserList .AddUserBlock button{
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index c30ab9dc4..c39391185 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -1623,6 +1623,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: #777 !important;
}
+.AddUserErrors, .update-user-fail {
+ background-color: #f22;;
+ color: #ffd5dc;
+ border-left:solid 3px #f22;
+}
+
.AddUserPopInContainer {
background-color: #444;
}