mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 11:46:27 +09:00
- fixed RTL styles
This commit is contained in:
@@ -656,6 +656,16 @@ div.uimob960 .um-search .um-search-submit .um-button.um-alt {float: right}
|
||||
div.uimob960 .um-member {width: 48%}
|
||||
div.uimob960 .um-gutter-sizer {width: 4%}
|
||||
|
||||
div.uimob960 .um-profile-photo {
|
||||
width: 200px !important;
|
||||
}
|
||||
|
||||
div.uimob960 .um-profile-photo a.um-profile-photo-img {
|
||||
width: 140px !important;
|
||||
height: 140px !important;
|
||||
top: -70px !important;
|
||||
}
|
||||
|
||||
/************************************************/
|
||||
|
||||
@media screen and (max-height: 400px) {
|
||||
|
||||
@@ -13,15 +13,20 @@
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
div.uimob500 .um-profile-photo a.um-profile-photo-img {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.um-profile-edit {
|
||||
right: auto;
|
||||
left: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
div.uimob960 .um-header .um-profile-meta,
|
||||
div.uimob800 .um-header .um-profile-meta {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 200px !important;
|
||||
padding-right: 200px !important;
|
||||
}
|
||||
|
||||
.um-name {
|
||||
|
||||
@@ -485,12 +485,12 @@ if ( ! class_exists( 'Admin_Settings' ) ) {
|
||||
array(
|
||||
'id' => 'restricted_access_post_metabox',
|
||||
'type' => 'hidden',
|
||||
'value' => '',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'id' => 'restricted_access_taxonomy_metabox',
|
||||
'type' => 'hidden',
|
||||
'value' => '',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'id' => 'restricted_access_post_metabox',
|
||||
|
||||
Reference in New Issue
Block a user