mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
Update 1.2.92
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
.um .um-single-image-preview > img {
|
||||
max-height: 300px;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
-moz-border-radius: 3px;
|
||||
|
||||
+16
-5
@@ -5,7 +5,12 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1564;
|
||||
z-index: 1999992;
|
||||
}
|
||||
|
||||
.um-popup * {
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
}
|
||||
|
||||
.um-popup {
|
||||
@@ -19,11 +24,13 @@
|
||||
width: 500px;
|
||||
background: #fff;
|
||||
box-shadow: 0 1px 3px #111;
|
||||
z-index: 1565;
|
||||
z-index: 1999993;
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
color: #888;
|
||||
padding: 10px 0;
|
||||
padding: 0 !important;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
}
|
||||
|
||||
.um-popup.loading {
|
||||
@@ -31,6 +38,10 @@
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.um-popup a {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
- Overlay
|
||||
*/
|
||||
@@ -42,7 +53,7 @@
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 100000;
|
||||
z-index: 1999992;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -76,7 +87,7 @@
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
display: none;
|
||||
z-index: 100010;
|
||||
z-index: 1999993;
|
||||
box-sizing: border-box;
|
||||
bottom: -50px;
|
||||
}
|
||||
|
||||
@@ -341,6 +341,8 @@ font-weight: normal;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.um-profile-note a{border:none!important}
|
||||
|
||||
.um-profile-note a:hover {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
@@ -380,7 +382,7 @@ font-weight: normal;
|
||||
.um-profile-nav-item.without-icon i {display: none}
|
||||
|
||||
.um-profile-nav-item a:hover {background: #555}
|
||||
.um-profile-nav-item i {font-size: 18px;height: 18px;line-height: 18px;position: absolute;display: block;top: 8px;left: 10px}
|
||||
.um-profile-nav-item i {font-size: 18px;height: 18px;line-height: 18px;position: absolute;display: block;top: 7px;left: 10px}
|
||||
.um-profile-nav-item span.title {padding-left: 5px}
|
||||
.um-profile-nav-item span.count {
|
||||
font-size: 12px;
|
||||
@@ -509,4 +511,19 @@ font-weight: normal;
|
||||
max-width: 250px;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.um-tab-notifier {
|
||||
position: absolute;
|
||||
background: none repeat scroll 0% 0% rgb(198, 81, 81);
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 999px;
|
||||
line-height: 18px;
|
||||
top: 2px;
|
||||
right: 8px;
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -731,10 +731,10 @@ div.uimob960 .um-gutter-sizer {width: 4%}
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
.um-popup {
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
width: 96%;
|
||||
margin-left: 2%;
|
||||
left: 0;
|
||||
top: 5%;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -115,7 +115,7 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
opacity: 0 !important;
|
||||
z-index: 100030 !important;
|
||||
z-index: 1999997 !important;
|
||||
/* styles required for IE to work */
|
||||
background-color: #fff !important;
|
||||
filter: alpha(opacity=0) !important;
|
||||
@@ -125,7 +125,7 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
width: 100%;
|
||||
margin-top: -1px;
|
||||
position: absolute;
|
||||
z-index: 100040 !important;
|
||||
z-index: 1999998 !important;
|
||||
top: 100%;
|
||||
|
||||
background: #fff;
|
||||
@@ -216,7 +216,7 @@ Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014
|
||||
padding-right: 4px !important;
|
||||
|
||||
position: relative !important;
|
||||
z-index: 100050 !important;
|
||||
z-index: 1999999 !important;
|
||||
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.tipsy { padding: 5px; position: absolute; z-index: 100020; }
|
||||
.tipsy { padding: 5px; position: absolute; z-index: 9999999999; }
|
||||
|
||||
.tipsy-inner {
|
||||
font-size: 13px !important;
|
||||
@@ -6,7 +6,7 @@
|
||||
background-color: #333333 !important;
|
||||
color: #fff !important;
|
||||
max-width: 250px !important;
|
||||
padding: 10px 12px !important;
|
||||
padding: 6px 10px !important;
|
||||
text-align: left !important;
|
||||
word-wrap: break-word !important;
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
|
||||
Vendored
+2
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user