This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-templates/bp-nouveau/common-styles/_bp-mixins.scss bp-templates/bp-nouveau/common-styles/_bp-mixins.scss | |
index f03a9de..196d77d 100644 | |
--- bp-templates/bp-nouveau/common-styles/_bp-mixins.scss | |
+++ bp-templates/bp-nouveau/common-styles/_bp-mixins.scss | |
@@ -498,3 +498,216 @@ | |
border-color: $border; | |
} | |
+ | |
+// BP Tooltips |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-templates/bp-nouveau/common-styles/_bp-mixins.scss bp-templates/bp-nouveau/common-styles/_bp-mixins.scss | |
index 87293e8..f4f6aa5 100644 | |
--- bp-templates/bp-nouveau/common-styles/_bp-mixins.scss | |
+++ bp-templates/bp-nouveau/common-styles/_bp-mixins.scss | |
@@ -489,3 +489,204 @@ | |
border-color: $border; | |
} | |
+ | |
+// BP Tooltips |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php | |
index 991dbe6..2251988 100644 | |
--- bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php | |
+++ bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php | |
@@ -15,69 +15,40 @@ | |
<div class="group-settings-selections"> | |
<fieldset class="group-status-type"> | |
- <?php // optional legend element omited for the parent fieldset ?> | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php | |
index 991dbe6..2251988 100644 | |
--- bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php | |
+++ bp-templates/bp-nouveau/buddypress/groups/single/admin/group-settings.php | |
@@ -15,69 +15,40 @@ | |
<div class="group-settings-selections"> | |
<fieldset class="group-status-type"> | |
- <?php // optional legend element omited for the parent fieldset ?> | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-templates/bp-nouveau/buddypress/members/register.php bp-templates/bp-nouveau/buddypress/members/register.php | |
index e5fb849..383368e 100644 | |
--- bp-templates/bp-nouveau/buddypress/members/register.php | |
+++ bp-templates/bp-nouveau/buddypress/members/register.php | |
@@ -53,6 +53,7 @@ | |
<?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> | |
<div<?php bp_field_css_class( 'editfield' ); ?>> | |
+ <fieldset> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHANGE FROM: | |
<div class="post-info"> | |
<?php printf( __( '%1$s <span>in %2$s</span>', 'status' ), get_the_date(), get_the_category_list( ', ' ) ); ?> | |
<span class="post-utility alignright"><?php edit_post_link( __( 'Edit this entry', 'status' ) ); ?></span> | |
<span class="post-tags alignright"> | |
<?php $tags_list = get_the_tag_list( '', ', ' ); | |
if ( $tags_list ): ?> | |
<?php printf( __( 'Tags: %2$s', 'status'), 'tag-links', $tags_list ); ?> | | |
<?php endif; ?> |
NewerOlder