Skip to:
Content

BuddyPress.org

Ticket #8020: 8020.1.patch

File 8020.1.patch, 2.7 KB (added by imath, 7 years ago)
  • src/bp-templates/bp-nouveau/common-styles/_bp_user_settings.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_user_settings.scss src/bp-templates/bp-nouveau/common-styles/_bp_user_settings.scss
    index ef49f7be4..8ad15fc3f 100644
     
    11// BP User settings screens
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0 Add data export settings screen rules.
    34
    45// 1. Settings Global
    56// 1. General (email/password change)
     
    4142// Group Invites
    4243
    4344/*__ Group Invites __*/
     45
     46// Data Export
     47
     48/*__ Data Export __*/
     49body.buddypress.settings.data {
     50
     51        #buddypress.buddypress-wrap {
     52
     53                .item-body {
     54
     55                        p {
     56
     57                                a {
     58                                        text-decoration: underline;
     59                                }
     60                        }
     61                }
     62        }
     63}
  • src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    diff --git src/bp-templates/bp-nouveau/css/buddypress-rtl.css src/bp-templates/bp-nouveau/css/buddypress-rtl.css
    index 99476f432..b716e4fec 100644
    body.no-js .single-item-header .js-self-profile-button {  
    23392339        padding-right: 0.5em;
    23402340}
    23412341
    2342 #buddypress.buddypress-wrap .item-body p a {
    2343         text-decoration: underline;
    2344 }
    2345 
    23462342/**
    23472343*----------------------------------------------------
    23482344* @subsection 5.2.1 - Item Body Groups
    div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions {  
    32273223/*__ Email notifications __*/
    32283224/*__ Profile visibility __*/
    32293225/*__ Group Invites __*/
     3226/*__ Data Export __*/
     3227body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a {
     3228        text-decoration: underline;
     3229}
     3230
    32303231/**
    32313232*-------------------------------------------------------------------------------
    32323233* @section 6.0 - Forms  - General
  • src/bp-templates/bp-nouveau/css/buddypress.css

    diff --git src/bp-templates/bp-nouveau/css/buddypress.css src/bp-templates/bp-nouveau/css/buddypress.css
    index ff72d2c91..72848855d 100644
    body.no-js .single-item-header .js-self-profile-button {  
    23392339        padding-left: 0.5em;
    23402340}
    23412341
    2342 #buddypress.buddypress-wrap .item-body p a {
    2343         text-decoration: underline;
    2344 }
    2345 
    23462342/**
    23472343*----------------------------------------------------
    23482344* @subsection 5.2.1 - Item Body Groups
    div.bp-navs#subsubnav.bp-messages-filters .user-messages-bulk-actions {  
    32273223/*__ Email notifications __*/
    32283224/*__ Profile visibility __*/
    32293225/*__ Group Invites __*/
     3226/*__ Data Export __*/
     3227body.buddypress.settings.data #buddypress.buddypress-wrap .item-body p a {
     3228        text-decoration: underline;
     3229}
     3230
    32303231/**
    32313232*-------------------------------------------------------------------------------
    32323233* @section 6.0 - Forms  - General