Skip to:
Content

BuddyPress.org

Ticket #8023: 8023.1.patch

File 8023.1.patch, 9.4 KB (added by imath, 6 years ago)
  • src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss src/bp-templates/bp-nouveau/common-styles/_bp_activity_entries.scss
    index b294474a1..8e4917b71 100644
     
    11// BP Activity Entries - activity loop
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45.activity-list {
    56
     
    133134                        .avatar {
    134135                                display: inline-block;
    135136                                margin: 0 $marg-xsml;
    136                                 vertical-align: bottom;
     137                                vertical-align: text-top;
     138                                width: 20px;
     139                                height: 20px;
    137140                        }
    138141
    139142                        .time-since {
     
    215218
    216219                        .button {
    217220                                background: transparent;
     221                                color: $dark-grey;
    218222                        }
    219223
    220224                        a {
     
    326330                                padding: $pad-sml 0;
    327331
    328332                                &:focus,
    329                                 &:hover, {
     333                                &:hover {
    330334                                        background: $white;
    331335                                        color: $black;
    332336                                }
  • src/bp-templates/bp-nouveau/common-styles/_bp_forms.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_forms.scss src/bp-templates/bp-nouveau/common-styles/_bp_forms.scss
    index fa0f83c98..1f715f418 100644
     
    11// BP Forms Elements Global Styles
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45// Some essential classes used for forms elements:
    56// labels - sizing especially for standalone controls
    body.no-js { 
    353354                        position: relative;
    354355                        text-indent: -2px;
    355356                        z-index: 1;
    356                         width: 100%;
     357                        width: auto;
    357358                }
    358359
    359360                select,
  • src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss
    index 2154c7ae1..438f30ce0 100644
     
    11// BP Generic elements, Typography and Images.
    2 // @version 4.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45// ========= Generic Sitewide elements ========
    56body {
    body.buddypress { // add weight 
    125126                        // some themes add padding top lets manage that generically sitewide
    126127                        padding: 0;
    127128                }
     129
     130                // Specific to Twenty Nineteen
     131                h2:before {
     132                        display: none;
     133                }
    128134        }
    129135}
    130136
  • src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss src/bp-templates/bp-nouveau/common-styles/_bp_lists.scss
    index 019c63636..88843a888 100644
     
    11// BP Lists Global Styles.
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45// @todo decide whether using .buddypress quasi namespace parent
    56// is useful, causing issue with specificity on other
     
    4243                        text-align: center;
    4344
    4445                        img.avatar {
    45                                 display: inline;
     46                                display: inline-block;
     47                                width: auto;
    4648                        }
    4749                }
    4850
  • src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss
    index c0b058517..f64754801 100644
     
    11// BP Whats new form handles user updates to groups or profiles
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45.activity-update-form {
    56        padding: 10px 10px 0;
     
    3031                img {
    3132                        box-shadow: none;
    3233                        display: inline-block;
     34                        height: auto;
     35                        width: auto;
    3336                }
    3437        }
    3538
     
    7073                #whats-new-post-in-box-items {
    7174                        list-style: none;
    7275                        margin: $marg-sml 0;
     76                        padding-left: 0;
    7377
    7478                        li {
    7579                                margin-bottom: $marg-sml;
    7680                        }
    7781
     82                        button.bp-remove-item {
     83                                margin-left: $marg-sml;
     84                                height: auto;
     85                        }
     86
    7887                        #activity-autocomplete {
    7988                                padding: 0.3em;
     89                                width: 100%;
    8090                        }
    8191
    8292                        .bp-activity-object {
     
    8696
    8797                                .avatar {
    8898                                        width: 30px;
     99                                        height: 30px;
    89100                                }
    90101
    91102                                span {
  • 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 b716e4fec..e6daf61bc 100644
    body.buddypress .buddypress-wrap h6 { 
    119119        padding: 0;
    120120}
    121121
     122body.buddypress .buddypress-wrap h2:before {
     123        display: none;
     124}
     125
    122126/* Ensure .bp-wrap encloses it's children */
    123127.bp-wrap:before,
    124128.bp-wrap:after {
    body.buddypress article.page > .entry-header .entry-title { 
    897901}
    898902
    899903.bp-list li .item-avatar img.avatar {
    900         display: inline;
     904        display: inline-block;
     905        width: auto;
    901906}
    902907
    903908.bp-list li .item .item-avatar,
    body.buddypress article.page > .entry-header .entry-title { 
    11071112.activity-update-form #whats-new-avatar img {
    11081113        box-shadow: none;
    11091114        display: inline-block;
     1115        height: auto;
     1116        width: auto;
    11101117}
    11111118
    11121119.activity-update-form #whats-new-content {
    body.buddypress article.page > .entry-header .entry-title { 
    11361143.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items {
    11371144        list-style: none;
    11381145        margin: 10px 0;
     1146        padding-right: 0;
    11391147}
    11401148
    11411149.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li {
    11421150        margin-bottom: 10px;
    11431151}
    11441152
     1153.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item {
     1154        margin-right: 10px;
     1155        height: auto;
     1156}
     1157
    11451158.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete {
    11461159        padding: 0.3em;
     1160        width: 100%;
    11471161}
    11481162
    11491163.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object {
    body.buddypress article.page > .entry-header .entry-title { 
    11541168
    11551169.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar {
    11561170        width: 30px;
     1171        height: 30px;
    11571172}
    11581173
    11591174.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span {
    body.buddypress article.page > .entry-header .entry-title { 
    13251340.activity-list .activity-item .activity-header .avatar {
    13261341        display: inline-block;
    13271342        margin: 0 5px;
    1328         vertical-align: bottom;
     1343        vertical-align: text-top;
     1344        width: 20px;
     1345        height: 20px;
    13291346}
    13301347
    13311348.activity-list .activity-item .activity-header .time-since {
    body.buddypress article.page > .entry-header .entry-title { 
    13911408
    13921409.activity-list .activity-item .activity-meta.action .button {
    13931410        background: transparent;
     1411        color: #555;
    13941412}
    13951413
    13961414.activity-list .activity-item .activity-meta.action a {
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35083526        position: relative;
    35093527        text-indent: -2px;
    35103528        z-index: 1;
    3511         width: 100%;
     3529        width: auto;
    35123530}
    35133531
    35143532.buddypress-wrap .select-wrap select,
  • 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 72848855d..5d864209f 100644
    body.buddypress .buddypress-wrap h6 { 
    119119        padding: 0;
    120120}
    121121
     122body.buddypress .buddypress-wrap h2:before {
     123        display: none;
     124}
     125
    122126/* Ensure .bp-wrap encloses it's children */
    123127.bp-wrap:before,
    124128.bp-wrap:after {
    body.buddypress article.page > .entry-header .entry-title { 
    897901}
    898902
    899903.bp-list li .item-avatar img.avatar {
    900         display: inline;
     904        display: inline-block;
     905        width: auto;
    901906}
    902907
    903908.bp-list li .item .item-avatar,
    body.buddypress article.page > .entry-header .entry-title { 
    11071112.activity-update-form #whats-new-avatar img {
    11081113        box-shadow: none;
    11091114        display: inline-block;
     1115        height: auto;
     1116        width: auto;
    11101117}
    11111118
    11121119.activity-update-form #whats-new-content {
    body.buddypress article.page > .entry-header .entry-title { 
    11361143.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items {
    11371144        list-style: none;
    11381145        margin: 10px 0;
     1146        padding-left: 0;
    11391147}
    11401148
    11411149.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li {
    11421150        margin-bottom: 10px;
    11431151}
    11441152
     1153.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item {
     1154        margin-left: 10px;
     1155        height: auto;
     1156}
     1157
    11451158.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete {
    11461159        padding: 0.3em;
     1160        width: 100%;
    11471161}
    11481162
    11491163.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object {
    body.buddypress article.page > .entry-header .entry-title { 
    11541168
    11551169.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar {
    11561170        width: 30px;
     1171        height: 30px;
    11571172}
    11581173
    11591174.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object span {
    body.buddypress article.page > .entry-header .entry-title { 
    13251340.activity-list .activity-item .activity-header .avatar {
    13261341        display: inline-block;
    13271342        margin: 0 5px;
    1328         vertical-align: bottom;
     1343        vertical-align: text-top;
     1344        width: 20px;
     1345        height: 20px;
    13291346}
    13301347
    13311348.activity-list .activity-item .activity-header .time-since {
    body.buddypress article.page > .entry-header .entry-title { 
    13911408
    13921409.activity-list .activity-item .activity-meta.action .button {
    13931410        background: transparent;
     1411        color: #555;
    13941412}
    13951413
    13961414.activity-list .activity-item .activity-meta.action a {
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35083526        position: relative;
    35093527        text-indent: -2px;
    35103528        z-index: 1;
    3511         width: 100%;
     3529        width: auto;
    35123530}
    35133531
    35143532.buddypress-wrap .select-wrap select,