Added Login Checks

This commit is contained in:
ultimatemember
2014-12-30 20:18:29 +02:00
parent 6fd6b9657b
commit ed90ef5b95
17 changed files with 288 additions and 90 deletions
+20 -5
View File
@@ -8,7 +8,7 @@
}
.um .um-single-image-preview > img {
max-height: 200px;
max-height: 300px;
display: block;
overflow: hidden;
margin: auto;
@@ -22,6 +22,9 @@
position: relative;
}
.um-single-image-preview.show,
.um-single-file-preview.show {display: block}
.um-single-image-preview > img {
max-width: 100%;
max-height: inherit;
@@ -47,8 +50,14 @@
font-size: 16px;
color: #888;
position: relative;
top: 4px;
display: block;
width: 100%;
height: 100%;
line-height: 30px;
overflow: hidden;
}
.um-single-image-preview a.cancel i:before,
.um-single-file-preview a.cancel i:before{line-height:inherit}
/*
- file info
@@ -60,7 +69,7 @@
}
.um-single-fileinfo span.icon {
font-size: 42px;
font-size: 40px;
display: inline-block;
width: 100px;
height: 70px;
@@ -68,13 +77,19 @@
background-color: #666;
color: #fff !important;
}
.um-single-fileinfo span.icon i{vertical-align: middle}
.um-single-fileinfo span.icon i {
display: block;
height: 70px;
line-height: 70px;
overflow: hidden;
}
.um-single-fileinfo span.icon i:before{line-height:inherit}
.um-single-fileinfo span.filename {
display: block;
font-size: 16px;
color: #888;
padding: 15px 0 0 0;
padding-top: 5px;
}
.um-single-fileinfo a {
+6 -6
View File
@@ -19,7 +19,7 @@
display: none;
}
.um-profile img {display: block;overflow:hidden;border-radius:0!important;margin: 0!important}
.um-profile img {display: block;overflow:hidden;border-radius:0;margin: 0}
.um-profile a,
.um-profile a:hover {text-decoration:none !important}
@@ -82,7 +82,7 @@
box-sizing: border-box;
padding: 0 40px;
color: #fff;
text-shadow: 0 2px #333;
text-shadow: 0 1px #666;
cursor: pointer !important;
line-height: 21px;
font-size: 16px;
@@ -200,17 +200,17 @@
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
text-align: center;
box-sizing: border-box;
padding: 0 40px;
color: #fff;
text-shadow: 0 1px #666;
cursor: pointer !important;
line-height: 21px;
font-size: 16px;
text-shadow: 0 1px #333;
cursor: pointer !important;
height: 100%;
width: 100%;
}
.um-profile-photo-overlay:hover {
-1
View File
@@ -459,7 +459,6 @@ div.uimob800 .um-header .um-profile-meta {
padding-left: 200px;
}
div.uimob800 .um-cover-overlay span.um-cover-overlay-t,
div.uimob800 .um-profile-photo-overlay span.um-profile-photo-overlay-t
{
display: none !important;
+36 -15
View File
@@ -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}