mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
+124
-87
@@ -1,5 +1,6 @@
|
||||
.um-settings-section .description {
|
||||
font-style: italic; }
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.um-notification-status {
|
||||
margin-right: 18px;
|
||||
@@ -9,74 +10,93 @@
|
||||
float: left;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box; }
|
||||
.um-notification-status.um-notification-is-active {
|
||||
color: #7acf58; }
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
.um-notification-status.um-notification-is-active {
|
||||
color: #7acf58;
|
||||
}
|
||||
|
||||
.um-email-configure span {
|
||||
line-height: 24px; }
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.um-long-field {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.um-medium-field {
|
||||
width: 50%; }
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.um-small-field {
|
||||
width: 25%; }
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.column-configure {
|
||||
width: 10%;
|
||||
text-align: right; }
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
th.column-email.column-primary {
|
||||
padding-left: 48px; }
|
||||
padding-left: 48px;
|
||||
}
|
||||
|
||||
.um-form-table .um-forms-line td {
|
||||
padding-right: 0; }
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#um-settings-emails {
|
||||
margin: 15px 0; }
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#um-settings-template-versions {
|
||||
margin: 15px 0; }
|
||||
#um-settings-template-versions .wp-list-table .column-core_version {
|
||||
width: 100px;
|
||||
text-align: center; }
|
||||
#um-settings-template-versions .wp-list-table .column-theme_version {
|
||||
width: 100px;
|
||||
text-align: center; }
|
||||
#um-settings-template-versions .wp-list-table .column-status {
|
||||
width: 260px; }
|
||||
margin: 15px 0;
|
||||
}
|
||||
#um-settings-template-versions .wp-list-table .column-core_version {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
#um-settings-template-versions .wp-list-table .column-theme_version {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
#um-settings-template-versions .wp-list-table .column-status {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
#um-settings-form {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
#um-settings-form .subsubsub {
|
||||
float: left;
|
||||
width: 100%; }
|
||||
#um-settings-form h2.title a.um-back-button {
|
||||
font-weight: normal;
|
||||
font-size: 30px;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
margin-right: 5px; }
|
||||
margin: 0;
|
||||
}
|
||||
#um-settings-form .subsubsub {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
#um-settings-form h2.title a.um-back-button {
|
||||
font-weight: normal;
|
||||
font-size: 30px;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.um-settings-line .multi-checkbox-line {
|
||||
float: left;
|
||||
width: 100%;
|
||||
clear: both;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 0; }
|
||||
|
||||
padding: 0;
|
||||
}
|
||||
.um-settings-line .multi-checkbox-column {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.um-settings-line .multi-checkbox-column label {
|
||||
float: left;
|
||||
width: 100%; }
|
||||
padding: 0;
|
||||
}
|
||||
.um-settings-line .multi-checkbox-column label {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wrap-licenses .form-table,
|
||||
.wrap-licenses thead,
|
||||
@@ -86,8 +106,8 @@ th.column-email.column-primary {
|
||||
.wrap-licenses td,
|
||||
.wrap-licenses th,
|
||||
.wrap-licenses caption {
|
||||
display: block; }
|
||||
|
||||
display: block;
|
||||
}
|
||||
.wrap-licenses .form-table tr {
|
||||
float: left;
|
||||
margin: 0 15px 15px 0;
|
||||
@@ -98,23 +118,23 @@ th.column-email.column-primary {
|
||||
padding: 14px;
|
||||
min-height: 240px;
|
||||
position: relative;
|
||||
box-sizing: border-box; }
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.wrap-licenses .form-table th {
|
||||
background: #f9f9f9;
|
||||
padding: 14px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
margin: -14px -14px 20px;
|
||||
width: 100%; }
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
.wrap-licenses .form-table td {
|
||||
padding: 0; }
|
||||
|
||||
padding: 0;
|
||||
}
|
||||
.wrap-licenses td input.regular-text {
|
||||
margin: 0 0 8px;
|
||||
width: 100%; }
|
||||
|
||||
.wrap-licenses .edd-license-data[class*="edd-license-"] {
|
||||
width: 100%;
|
||||
}
|
||||
.wrap-licenses .edd-license-data[class*=edd-license-] {
|
||||
position: absolute;
|
||||
background: #fafafa;
|
||||
padding: 14px;
|
||||
@@ -123,75 +143,92 @@ th.column-email.column-primary {
|
||||
min-height: 67px;
|
||||
width: 100%;
|
||||
bottom: 14px;
|
||||
box-sizing: border-box; }
|
||||
.wrap-licenses .edd-license-data[class*="edd-license-"] a {
|
||||
color: #444; }
|
||||
.wrap-licenses .edd-license-data[class*="edd-license-"] a:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.wrap-licenses .edd-license-data[class*=edd-license-] a {
|
||||
color: #444;
|
||||
}
|
||||
.wrap-licenses .edd-license-data[class*=edd-license-] a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.license-expires-soon-notice {
|
||||
background-color: #00a0d2;
|
||||
color: #fff;
|
||||
border-color: #00a0d2; }
|
||||
.wrap-licenses .edd-license-data.license-expires-soon-notice a {
|
||||
color: #fff; }
|
||||
.wrap-licenses .edd-license-data.license-expires-soon-notice a:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
border-color: #00a0d2;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.license-expires-soon-notice a {
|
||||
color: #fff;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.license-expires-soon-notice a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.edd-license-expired {
|
||||
background-color: #e24e4e;
|
||||
color: #fff;
|
||||
border-color: #e24e4e; }
|
||||
.wrap-licenses .edd-license-data.edd-license-expired a {
|
||||
color: #fff; }
|
||||
.wrap-licenses .edd-license-data.edd-license-expired a:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
border-color: #e24e4e;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.edd-license-expired a {
|
||||
color: #fff;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.edd-license-expired a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.edd-license-valid {
|
||||
background-color: #5abc55;
|
||||
color: #fff;
|
||||
border-color: #5abc55; }
|
||||
|
||||
border-color: #5abc55;
|
||||
}
|
||||
.wrap-licenses .edd-license-data.edd-license-error, .wrap-licenses .edd-license-data.edd-license-missing, .wrap-licenses .edd-license-data.edd-license-invalid, .wrap-licenses .edd-license-data.edd-license-site_inactive, .wrap-licenses .edd-license-data.edd-license-item_name_mismatch {
|
||||
background-color: #ffebcd;
|
||||
border-color: #ffebcd; }
|
||||
|
||||
border-color: #ffebcd;
|
||||
}
|
||||
.wrap-licenses .edd-license-data p {
|
||||
font-size: 13px;
|
||||
margin-top: 0; }
|
||||
|
||||
margin-top: 0;
|
||||
}
|
||||
.wrap-licenses ~ p.submit {
|
||||
clear: both; }
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 980px) {
|
||||
.wrap-licenses .form-table tr {
|
||||
width: calc( 50% - 15px);
|
||||
max-width: none; } }
|
||||
|
||||
width: calc(50% - 15px);
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
#um-settings-template-versions .wp-list-table .column-core_version,
|
||||
#um-settings-template-versions .wp-list-table .column-theme_version {
|
||||
width: auto;
|
||||
text-align: left; }
|
||||
text-align: left;
|
||||
}
|
||||
.wrap-licenses .form-table tr {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
max-width: none; }
|
||||
max-width: none;
|
||||
}
|
||||
.um-settings-line .multi-checkbox-column {
|
||||
width: 100% !important; }
|
||||
.um-settings-line .multi-checkbox-column label {
|
||||
line-height: 30px !important; }
|
||||
width: 100% !important;
|
||||
}
|
||||
.um-settings-line .multi-checkbox-column label {
|
||||
line-height: 30px !important;
|
||||
}
|
||||
.um-medium-field {
|
||||
width: 100%; }
|
||||
width: 100%;
|
||||
}
|
||||
.um-small-field {
|
||||
width: 50%; } }
|
||||
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.um_setting_ajax_button_response.complete {
|
||||
color: #7acf58;
|
||||
font-style: italic; }
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.wp-core-ui .button.um_license_activate, .wp-core-ui .button.um_license_deactivate, .wp-core-ui .button.um_license_reactivate {
|
||||
margin-top: 5px; }
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.um-media-upload .um-media-upload-url {
|
||||
margin-bottom: 5px; }
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user