mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Added Login Checks
This commit is contained in:
+36
-15
@@ -155,6 +155,10 @@ p.um-notice.success {
|
||||
background: #7ACF58;
|
||||
}
|
||||
|
||||
p.um-notice.err {
|
||||
background: #C74A4A;
|
||||
}
|
||||
|
||||
/*
|
||||
- Errors
|
||||
*/
|
||||
@@ -276,19 +280,10 @@ p.um-notice.success {
|
||||
position: absolute;
|
||||
cursor: default;
|
||||
text-align: center !important;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
width: 50px;
|
||||
line-height: 34px;
|
||||
}
|
||||
.um-field-icon i:before { vertical-align: middle !important; margin: 0 auto !important; }
|
||||
|
||||
.um-field-icon i {
|
||||
font-size: 20px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
top: 5px;
|
||||
left: 0;
|
||||
width: 44px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.um-form input[type=text],
|
||||
@@ -315,7 +310,7 @@ p.um-notice.success {
|
||||
}
|
||||
|
||||
.um-form input[type=text].um-iconed,
|
||||
.um-form input[type=password].um-iconed { padding-left: 50px }
|
||||
.um-form input[type=password].um-iconed { padding-left: 44px }
|
||||
|
||||
.um-form input[type=text].um-error,
|
||||
.um-form input[type=password].um-error { border-color: #C74A4A !important }
|
||||
@@ -550,4 +545,30 @@ a.um-link-alt:hover {text-decoration: underline !important;}
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
- Misc.
|
||||
*/
|
||||
|
||||
div.um-photo {
|
||||
margin: 20px auto 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.um-photo,
|
||||
div.um-photo a,
|
||||
div.um-photo img {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
div.um-photo a {
|
||||
border: 1px solid #e5e5e5;
|
||||
padding: 5px;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
box-shadow: 0 1px 1px #eee;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div.um-photo img {max-height: 300px}
|
||||
Reference in New Issue
Block a user