- fixed notifier CSS;

- fixed admin forms notice;
This commit is contained in:
nikitozzzzzzz
2018-08-30 09:24:19 +03:00
parent 002066728f
commit b2748d586c
3 changed files with 18 additions and 11 deletions
+2 -2
View File
@@ -1341,7 +1341,7 @@ function um_profile_menu( $args ) {
<i class="<?php echo $tab['icon']; ?>"></i>
<?php if ( isset( $tab['notifier'] ) && $tab['notifier'] > 0 ) { ?>
<span class="um-tab-notifier uimob800-show uimob500-show uimob340-show"><?php echo $tab['notifier']; ?></span>
<span class="um-tab-notifier"><?php echo $tab['notifier']; ?></span>
<?php } ?>
<span class="title"><?php echo $tab['name']; ?></span>
@@ -1360,7 +1360,7 @@ function um_profile_menu( $args ) {
title="<?php echo esc_attr( $tab['name'] ); ?>">
<?php if ( isset( $tab['notifier'] ) && $tab['notifier'] > 0) { ?>
<span class="um-tab-notifier uimob800-show uimob500-show uimob340-show"><?php echo $tab['notifier']; ?></span>
<span class="um-tab-notifier"><?php echo $tab['notifier']; ?></span>
<?php } ?>
<span class="title"><?php echo $tab['name']; ?></span>