mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added some localized strings;
- fixed the lack of registration user process with empty email or username;
This commit is contained in:
@@ -175,6 +175,11 @@ p.um-notice {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
p.um-notice a {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p.um-notice i {
|
||||
position: absolute;
|
||||
right: 14px;
|
||||
@@ -201,6 +206,11 @@ p.um-notice.warning {
|
||||
padding: 8px 15px !important;
|
||||
}
|
||||
|
||||
p.um-notice.warning a {
|
||||
color: #666;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/*
|
||||
- Errors
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user