Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ==========================================================================
- Verified Badge
- ========================================================================== */
- /* Badge - Big username - bp_get_displayed_user_mentionname
- ========================================================================== */
- #item-header-content {
- position: relative;
- }
- #buddypress span#bp-verified-header {
- top: 0;
- right: 0;
- left: auto;
- }
- #buddypress div#item-header-cover-image h2 {
- padding-right: 30px;
- }
- /* Badge - Activities - bp_get_activity_action_pre_meta
- ========================================================================== */
- .activity-header > p > a:first-child {
- float: left;
- margin-right: 5px;
- }
- .activity-header > p > span > img {
- float: left;
- margin-right: 5px;
- }
- /* Badge - Member - bp_get_member_name
- ========================================================================== */
- .item-title a {
- position: relative;
- display: inline-block;
- padding-right: 25px;
- }
- .item-title span#bp-verified {
- position: absolute;
- top: 0 !important;
- right: 0 !important;
- bottom: auto !important;
- left: auto !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment