Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/27/2018 10:51:25 AM (8 years ago)
Author:
mercime
Message:

BP Nouveau: Group Membership Request screen - Add styles and update markup.

  • Add styles for desktop and mobile views
  • Fix heading levels
  • Bring markup up to par with Friendship Request screen

Fixes #7757.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/template-tags.php

    r11989 r11996  
    748748                'parent_attr'       => array(
    749749                    'id'    => '',
    750                     'class' => $parent_class . ' ' . 'accept',
     750                    'class' => $parent_class,
    751751                ),
    752752                'button_attr'       => array(
    753753                    'id'    => '',
    754                     'class' => 'button',
     754                    'class' => 'button accept',
    755755                    'rel'   => '',
    756756                ),
     
    774774                'parent_attr'       => array(
    775775                    'id'    => '',
    776                     'class' => $parent_class . ' ' . 'reject',
     776                    'class' => $parent_class,
    777777                ),
    778778                'button_attr'       => array(
    779779                    'id'    => '',
    780                     'class' => 'button',
     780                    'class' => 'button reject',
    781781                    'rel'   => '',
    782782                ),
Note: See TracChangeset for help on using the changeset viewer.