mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
@@ -8,60 +8,74 @@
|
||||
border-radius: 3px;
|
||||
top: 5px;
|
||||
left: 3px;
|
||||
border: none !important; }
|
||||
|
||||
border: none !important;
|
||||
}
|
||||
#um-metaboxes-general.wrap a.red,
|
||||
#um-metaboxes-general.wrap span.red {
|
||||
color: #c74a4a; }
|
||||
|
||||
color: #c74a4a;
|
||||
}
|
||||
#um-metaboxes-general.wrap span.ok {
|
||||
color: #7acf58; }
|
||||
color: #7acf58;
|
||||
}
|
||||
|
||||
.um-metabox-holder p.sub {
|
||||
padding: 0 4px 2px 4px;
|
||||
margin: 0 0 8px 0;
|
||||
color: #8F8F8F;
|
||||
font-size: 14px;
|
||||
border-bottom: 1px solid #ECECEC; }
|
||||
|
||||
.um-metabox-holder .table {
|
||||
float: left;
|
||||
width: 45%; }
|
||||
.um-metabox-holder .table td {
|
||||
white-space: nowrap;
|
||||
font-size: 12px; }
|
||||
|
||||
border-bottom: 1px solid #ECECEC;
|
||||
}
|
||||
.um-metabox-holder a.warning {
|
||||
color: #c74a4a !important;
|
||||
background: transparent !important;
|
||||
border: 0; }
|
||||
|
||||
.um-metabox-holder .table_right {
|
||||
float: right;
|
||||
width: 45%; }
|
||||
|
||||
.um-metabox-holder td.b {
|
||||
padding-right: 6px;
|
||||
text-align: right;
|
||||
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
|
||||
font-size: 14px;
|
||||
width: 1%; }
|
||||
.um-metabox-holder td.b a {
|
||||
font-size: 18px; }
|
||||
|
||||
border: 0;
|
||||
}
|
||||
.um-metabox-holder .norm i {
|
||||
display: inline-block;
|
||||
width: 30px;
|
||||
text-align: center; }
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
.um-metabox-holder .norm p {
|
||||
margin: 5px 0; }
|
||||
|
||||
margin: 5px 0;
|
||||
}
|
||||
.um-metabox-holder .norm .count {
|
||||
font-size: 16px;
|
||||
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
color: #999;
|
||||
width: 40px;
|
||||
display: inline-block;
|
||||
text-align: right;
|
||||
margin-right: 10px; }
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#um-users-overview-table {
|
||||
width: 100%;
|
||||
}
|
||||
#um-users-overview-table td {
|
||||
width: 50%;
|
||||
vertical-align: middle;
|
||||
padding: 0 0 0 5px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#um-users-overview-table td:first-child {
|
||||
padding: 0 5px 0 0;
|
||||
}
|
||||
#um-users-overview-table td > span {
|
||||
width: 100%;
|
||||
direction: ltr;
|
||||
display: grid;
|
||||
grid-gap: 6px;
|
||||
grid-template-columns: repeat(2, minmax(20px, auto));
|
||||
align-content: start;
|
||||
align-items: center;
|
||||
justify-content: start;
|
||||
justify-items: center;
|
||||
}
|
||||
#um-users-overview-table td > span a {
|
||||
word-break: break-word;
|
||||
}
|
||||
#um-users-overview-table td > span a.count {
|
||||
justify-self: end;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user