mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
458 lines
15 KiB
CSS
458 lines
15 KiB
CSS
.um-form-table .um-forms-line[data-conditional] {
|
|
display: none; }
|
|
|
|
.um-form-table .um-forms-line[data-field_type="checkbox"] td label {
|
|
font-style: italic; }
|
|
|
|
.um-form-table .um-forms-line label .um-req {
|
|
color: #a00;
|
|
margin: 0 0 0 3px;
|
|
font-weight: normal; }
|
|
|
|
.um-form-table .um-forms-line .um-text-delete {
|
|
color: #a00;
|
|
float: left; }
|
|
.um-form-table .um-forms-line .um-text-delete:hover {
|
|
color: red; }
|
|
|
|
.um-form-table .um-forms-line .um-multi-text-add-option {
|
|
margin-bottom: 14px; }
|
|
|
|
.um-form-table .um-forms-line .icon_preview {
|
|
display: none;
|
|
max-width: 200px;
|
|
max-height: 200px;
|
|
padding: 5px;
|
|
cursor: pointer;
|
|
border: 1px solid #e3e3e3;
|
|
background: #f7f7f7;
|
|
border-radius: 3px;
|
|
height: auto;
|
|
width: auto !important; }
|
|
|
|
.um-form-table .um-forms-line td .um-same-page-update-wrapper {
|
|
display: none;
|
|
margin: 7px 0 0 0; }
|
|
.um-form-table .um-forms-line td .um-same-page-update-wrapper input.um-admin-form-same-page-update {
|
|
margin: 7px 0 0 0; }
|
|
.um-form-table .um-forms-line td .um-same-page-update-wrapper .upgrade_log {
|
|
margin: 7px 0 0 0;
|
|
width: 100%;
|
|
height: 150px;
|
|
overflow: auto;
|
|
border: 1px solid #a1a1a1; }
|
|
|
|
.um-form-table .um-forms-line td .select2 {
|
|
margin: 1px 0 0 0; }
|
|
.um-form-table .um-forms-line td .select2 .select2-selection__rendered {
|
|
line-height: 26px; }
|
|
.um-form-table .um-forms-line td .select2 .select2-selection__clear {
|
|
top: -1px;
|
|
margin-right: 0; }
|
|
|
|
.um-form-table .um-forms-line[data-field_type="same_page_update"] {
|
|
vertical-align: baseline; }
|
|
.um-form-table .um-forms-line[data-field_type="same_page_update"] th,
|
|
.um-form-table .um-forms-line[data-field_type="same_page_update"] td {
|
|
vertical-align: baseline; }
|
|
|
|
.um-form-table.um-third-column .um-forms-line th {
|
|
width: 33%; }
|
|
|
|
.um-form-table.um-half-column .um-forms-line th {
|
|
width: 50%; }
|
|
|
|
.um-form-table.um-two-thirds-column .um-forms-line th {
|
|
width: 83%; }
|
|
|
|
.um-form-table.um-top-label .um-forms-line td {
|
|
padding: 0 0 15px 0; }
|
|
.um-form-table.um-top-label .um-forms-line td label {
|
|
margin: 0 0 5px 0;
|
|
display: inline-block; }
|
|
|
|
.um-form-table.um-top-label .um-forms-line[data-field_type="icon"] td label {
|
|
width: 100%;
|
|
display: block;
|
|
margin: 0 0 5px 0; }
|
|
|
|
.um-form-table .description {
|
|
font-style: italic;
|
|
clear: both; }
|
|
|
|
.um_admin_fonticon_wrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: nowrap; }
|
|
.um_admin_fonticon_wrapper .um-admin-icon-value {
|
|
line-height: 1; }
|
|
.um_admin_fonticon_wrapper .um-admin-icon-value i {
|
|
top: 0; }
|
|
|
|
input[type="text"].um-forms-field,
|
|
input[type="url"].um-forms-field,
|
|
input[type="number"].um-forms-field,
|
|
input[type="date"].um-forms-field,
|
|
input[type="time"].um-forms-field,
|
|
input[type="password"].um-forms-field,
|
|
select.um-forms-field,
|
|
textarea.um-forms-field {
|
|
box-sizing: border-box; }
|
|
input[type="text"].um-forms-field.um-long-field,
|
|
input[type="url"].um-forms-field.um-long-field,
|
|
input[type="number"].um-forms-field.um-long-field,
|
|
input[type="date"].um-forms-field.um-long-field,
|
|
input[type="time"].um-forms-field.um-long-field,
|
|
input[type="password"].um-forms-field.um-long-field,
|
|
select.um-forms-field.um-long-field,
|
|
textarea.um-forms-field.um-long-field {
|
|
width: 100% !important; }
|
|
input[type="text"].um-forms-field.um-medium-field,
|
|
input[type="url"].um-forms-field.um-medium-field,
|
|
input[type="number"].um-forms-field.um-medium-field,
|
|
input[type="date"].um-forms-field.um-medium-field,
|
|
input[type="time"].um-forms-field.um-medium-field,
|
|
input[type="password"].um-forms-field.um-medium-field,
|
|
select.um-forms-field.um-medium-field,
|
|
textarea.um-forms-field.um-medium-field {
|
|
width: 50% !important; }
|
|
input[type="text"].um-forms-field.um-small-field,
|
|
input[type="url"].um-forms-field.um-small-field,
|
|
input[type="number"].um-forms-field.um-small-field,
|
|
input[type="date"].um-forms-field.um-small-field,
|
|
input[type="time"].um-forms-field.um-small-field,
|
|
input[type="password"].um-forms-field.um-small-field,
|
|
select.um-forms-field.um-small-field,
|
|
textarea.um-forms-field.um-small-field {
|
|
width: 25% !important; }
|
|
|
|
input[type="number"].um-forms-field {
|
|
padding-right: 0; }
|
|
|
|
.um-multi-text-list,
|
|
.um-multi-selects-list,
|
|
.um-md-default-filters-list {
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0 0 10px 0; }
|
|
|
|
.um-hidden-multi-text,
|
|
.um-hidden-multi-selects,
|
|
.um-hidden-md-default-filters {
|
|
display: none !important; }
|
|
|
|
.um-md-default-filters-option-line {
|
|
float: left;
|
|
width: 100%;
|
|
clear: both;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 0 0 5px 0;
|
|
margin: 5px 0 0 0; }
|
|
.um-md-default-filters-option-line .um-field-wrapper {
|
|
float: left;
|
|
width: calc( 100% - 60px);
|
|
line-height: 30px;
|
|
box-sizing: border-box; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 {
|
|
float: left;
|
|
width: calc( 100% - 60px);
|
|
line-height: 30px;
|
|
box-sizing: border-box; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2.um {
|
|
margin: 5px 0 0 0; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 .ui-slider-range.ui-widget-header {
|
|
background: #44b0ec;
|
|
border: 1px solid #44b0ec !important;
|
|
margin-top: -1px; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 select {
|
|
width: 100%;
|
|
float: left; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 input {
|
|
width: 100%;
|
|
float: left; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 input.um-timepicker-filter, .um-md-default-filters-option-line .um-field-wrapper2 input.um-datepicker-filter {
|
|
width: calc( 50% - 7px) !important;
|
|
float: left; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 input.um-timepicker-filter:first-child, .um-md-default-filters-option-line .um-field-wrapper2 input.um-datepicker-filter:first-child {
|
|
margin-right: 11px; }
|
|
.um-md-default-filters-option-line .um-field-wrapper2 .um-slider {
|
|
margin: 5px 9px 0 9px;
|
|
width: calc( 100% - 18px);
|
|
box-sizing: border-box;
|
|
display: block; }
|
|
.um-md-default-filters-option-line .um-field-control {
|
|
float: left;
|
|
width: 60px;
|
|
line-height: 30px;
|
|
padding: 0 10px;
|
|
box-sizing: border-box; }
|
|
|
|
.um-multi-selects-option-line {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 0;
|
|
clear: both;
|
|
margin: 0 0 5px 0; }
|
|
.um-multi-selects-option-line.um-admin-drag-fld {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
background: none;
|
|
border: none; }
|
|
.um-multi-selects-option-line.um-admin-drag-fld .um-field-wrapper {
|
|
width: calc( 100% - 90px); }
|
|
.um-multi-selects-option-line.um-admin-drag-fld .um-field-icon {
|
|
float: left;
|
|
width: 20px;
|
|
text-align: left;
|
|
line-height: 30px; }
|
|
.um-multi-selects-option-line .um-field-wrapper {
|
|
float: left;
|
|
width: calc( 100% - 60px);
|
|
line-height: 30px;
|
|
box-sizing: border-box; }
|
|
.um-multi-selects-option-line .um-field-wrapper.um-custom-order-fields {
|
|
margin: 5px 0 0 0; }
|
|
.um-multi-selects-option-line .um-field-wrapper.um-custom-order-fields label {
|
|
float: left;
|
|
width: 100%;
|
|
line-height: 30px;
|
|
box-sizing: border-box;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
font-weight: bold;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-beetween;
|
|
align-items: baseline;
|
|
flex-wrap: nowrap; }
|
|
.um-multi-selects-option-line .um-field-wrapper.um-custom-order-fields label input[type="text"],
|
|
.um-multi-selects-option-line .um-field-wrapper.um-custom-order-fields label select {
|
|
width: auto;
|
|
display: inline;
|
|
font-weight: normal;
|
|
max-width: 70%;
|
|
flex: 0.9; }
|
|
.um-multi-selects-option-line .um-field-wrapper input,
|
|
.um-multi-selects-option-line .um-field-wrapper select {
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0; }
|
|
.um-multi-selects-option-line .um-field-control {
|
|
float: left;
|
|
width: 60px;
|
|
line-height: 30px;
|
|
padding: 0 10px;
|
|
box-sizing: border-box; }
|
|
|
|
.um-multi-text-option-line {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 0;
|
|
clear: both;
|
|
margin: 0 0 5px 0; }
|
|
.um-multi-text-option-line .um-field-wrapper {
|
|
float: left;
|
|
width: calc( 100% - 90px);
|
|
line-height: 30px;
|
|
box-sizing: border-box; }
|
|
.um-multi-text-option-line .um-field-wrapper input,
|
|
.um-multi-text-option-line .um-field-wrapper select {
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0; }
|
|
.um-multi-text-option-line .um-field-control {
|
|
float: left;
|
|
width: 60px;
|
|
line-height: 30px;
|
|
padding: 0 10px;
|
|
box-sizing: border-box; }
|
|
|
|
.um-form-fields-section {
|
|
float: left;
|
|
clear: none;
|
|
margin: 0;
|
|
padding: 0 10px 0 0;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box; }
|
|
.um-form-fields-section label {
|
|
float: left;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0; }
|
|
.um-form-fields-section label input {
|
|
float: left;
|
|
margin-top: 0; }
|
|
.um-form-fields-section label span {
|
|
float: left;
|
|
width: calc( 100% - 20px); }
|
|
|
|
@media screen and (max-width: 782px) {
|
|
input[type="text"].um-forms-field.um-medium-field,
|
|
select.um-forms-field.um-medium-field,
|
|
textarea.um-forms-field.um-medium-field {
|
|
width: 100% !important; }
|
|
input[type="text"].um-forms-field.um-small-field,
|
|
select.um-forms-field.um-small-field,
|
|
textarea.um-forms-field.um-small-field {
|
|
width: 50% !important; }
|
|
.um-form-fields-section {
|
|
width: 100% !important; }
|
|
.um-admin-metabox .um-form-fields-section label {
|
|
line-height: 22px !important;
|
|
margin: 0 0 12px 0 !important; }
|
|
.um-admin-metabox .um-form-fields-section label span {
|
|
width: calc( 100% - 30px); }
|
|
.um-multi-text-option-line,
|
|
.um-multi-selects-option-line {
|
|
margin: 0 0 6px 0; }
|
|
.um-forms-line label {
|
|
float: left;
|
|
width: 100%; }
|
|
.um-form-table.um-third-column .um-forms-line th, .um-form-table.um-half-column .um-forms-line th, .um-form-table.um-two-thirds-column .um-forms-line th {
|
|
float: left;
|
|
width: 100%;
|
|
margin-bottom: 5px; }
|
|
.um-form-table.um-third-column .um-forms-line th label, .um-form-table.um-half-column .um-forms-line th label, .um-form-table.um-two-thirds-column .um-forms-line th label {
|
|
float: left;
|
|
width: 100%; }
|
|
.um-form-table.um-third-column .um-forms-line td, .um-form-table.um-half-column .um-forms-line td, .um-form-table.um-two-thirds-column .um-forms-line td {
|
|
float: left;
|
|
width: 100%; } }
|
|
|
|
.um-sortable-items-field .um-sortable-item {
|
|
cursor: move !important;
|
|
padding: 5px;
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
border: 1px solid #7e8993;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
background: #fff;
|
|
height: 42px;
|
|
line-height: 28px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: nowrap; }
|
|
.um-sortable-items-field .um-sortable-item.um-hidden-item {
|
|
display: none; }
|
|
.um-sortable-items-field .um-sortable-item .um-field-icon {
|
|
width: 20px;
|
|
text-align: left;
|
|
margin: 0 10px 0 0; }
|
|
|
|
.wp-picker-container input.wp-color-picker[type="text"] {
|
|
width: 68px !important;
|
|
float: left !important;
|
|
padding: 2px 4px !important;
|
|
border-width: 1px !important; }
|
|
|
|
body.um-admin .select2.select2-container .select2-selection {
|
|
display: block !important;
|
|
height: 28px !important;
|
|
padding: 0 0 0 12px !important;
|
|
overflow: hidden !important;
|
|
position: relative !important;
|
|
white-space: nowrap !important;
|
|
line-height: 25px !important;
|
|
color: #666 !important;
|
|
font-size: 13px !important;
|
|
text-align: left !important;
|
|
text-decoration: none !important;
|
|
-moz-border-radius: 2px !important;
|
|
-webkit-border-radius: 2px !important;
|
|
border-radius: 2px !important;
|
|
background-clip: padding-box !important;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background: #fff none !important;
|
|
border: 1px solid #ddd !important; }
|
|
body.um-admin .select2.select2-container .select2-selection .select2-selection__arrow {
|
|
display: inline-block !important;
|
|
width: 34px !important;
|
|
height: 100% !important;
|
|
position: absolute !important;
|
|
right: 0 !important;
|
|
top: 0 !important;
|
|
-moz-border-radius: 0 2px 2px 0 !important;
|
|
-webkit-border-radius: 0 2px 2px 0 !important;
|
|
border-radius: 0 2px 2px 0 !important;
|
|
background-clip: padding-box !important;
|
|
text-align: center !important;
|
|
background: transparent !important;
|
|
border-left: 0 !important; }
|
|
body.um-admin .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
|
|
display: none; }
|
|
body.um-admin .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"]:before {
|
|
content: "\f3d0" !important;
|
|
font-size: 27px !important;
|
|
font-family: "Ionicons" !important;
|
|
width: 100% !important;
|
|
display: block;
|
|
height: 100%;
|
|
line-height: 28px;
|
|
color: #aaaaaa; }
|
|
|
|
body.um-admin .select2.select2-container .select2-search--inline {
|
|
line-height: 37px !important; }
|
|
|
|
body.um-admin .select2.select2-container--open .select2-dropdown {
|
|
border: 1px solid #ddd !important; }
|
|
|
|
body.um-admin .select2-results li {
|
|
list-style: none;
|
|
display: list-item;
|
|
background-image: none;
|
|
font-size: 13px;
|
|
margin: 5px !important;
|
|
padding: 3px 0 !important;
|
|
color: #666 !important; }
|
|
body.um-admin .select2-results li.select2-results__option.select2-results__option--highlighted {
|
|
background: none !important;
|
|
background: #f4f4f4 !important;
|
|
color: #666 !important; }
|
|
|
|
body.um-admin .select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
line-height: 25px; }
|
|
|
|
body.um-admin .select2-container--default .select2-selection--multiple {
|
|
height: auto !important; }
|
|
body.um-admin .select2-container--default .select2-selection--multiple .select2-selection__clear {
|
|
cursor: pointer;
|
|
float: right;
|
|
margin-top: 0;
|
|
margin-right: 5px;
|
|
font-size: 25px; }
|
|
|
|
body.um-admin .select2-container--default .select2-results__option[aria-selected="true"] {
|
|
background: transparent !important; }
|
|
|
|
body.um-admin .select2-selection__clear {
|
|
right: 10px;
|
|
font-size: 25px;
|
|
color: #aaaaaa !important;
|
|
font-weight: 300 !important; }
|
|
|
|
body.um-admin .select2-selection--multiple .select2-selection__rendered {
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
line-height: 20px;
|
|
font-size: 13px; }
|
|
|
|
body.um-admin .select2-drop-active {
|
|
z-index: 99999 !important; }
|