- fixed RTL styles for member directory;

This commit is contained in:
nikitasinelnikov
2019-10-16 17:47:12 +03:00
parent 9099d51794
commit 6c591fc33c
9 changed files with 322 additions and 130 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
<# if ( typeof user.<?php echo $key; ?> !== 'undefined' ) { #>
<div class="um-member-metaline um-member-metaline-<?php echo $key; ?>">
<strong>{{{user.label_<?php echo $key;?>}}}:</strong> {{{user.<?php echo $key;?>}}}
<strong>{{{user.label_<?php echo $key;?>}}}:</strong>&nbsp;{{{user.<?php echo $key;?>}}}
</div>
<# } #>
+1 -1
View File
@@ -229,7 +229,7 @@ if ( ( ( $search && $show_search ) || ( $filters && $show_filters && count( $sea
<div class="um-member-directory-sorting">
<span><?php _e( 'Sort by:', 'ultimate-member' ); ?>&nbsp;</span>
<div class="um-member-directory-sorting-a">
<a href="javascript:void(0);"><?php echo $sorting_options[ $sort_from_url ] ?></a>
<a href="javascript:void(0);" class="um-member-directory-sorting-a-text"><?php echo $sorting_options[ $sort_from_url ] ?></a>
&nbsp;<i class="um-faicon-caret-down"></i><i class="um-faicon-caret-up"></i>
</div>
</div>