mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
Merge remote-tracking branch 'remotes/origin/fix/RTL'
This commit is contained in:
@@ -144,7 +144,48 @@ p.um-notice i {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.select2.select2-container .select2-selection {
|
||||
padding: 0 12px 0 0 !important;
|
||||
}
|
||||
|
||||
.select2-selection__clear {
|
||||
right: auto;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
.cropper-container {
|
||||
margin: 0 auto;
|
||||
left: auto !important;
|
||||
}
|
||||
|
||||
.um-field-label .um-tip {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
.tipsy-inner {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.um span.um-req {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
.um-account-side li a span.um-account-icon,
|
||||
.um-account-side li a.current span.um-account-icon,
|
||||
.um-account-side li a.current:hover span.um-account-icon {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.um-field-error .um-field-arrow {
|
||||
left: 0;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.um-single-image-preview a.cancel,
|
||||
.um-single-file-preview a.cancel {
|
||||
left: 0;
|
||||
}
|
||||
.um-modal-body .um-single-image-preview a.cancel,
|
||||
.um-modal-body .um-single-file-preview a.cancel {
|
||||
left: -15px;
|
||||
}
|
||||
@@ -727,7 +727,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
array(
|
||||
'id' => 'profile_icons',
|
||||
'type' => 'select',
|
||||
'label' => __( 'Profile Field Icons' ),
|
||||
'label' => __( 'Profile Field Icons','ultimate-member' ),
|
||||
'tooltip' => __( 'This is applicable for edit mode only','ultimate-member' ),
|
||||
'default' => um_get_metadefault('profile_icons'),
|
||||
'options' => array(
|
||||
|
||||
Reference in New Issue
Block a user