Skip to:
Content

BuddyPress.org

Ticket #8023: 8023.2.patch

File 8023.2.patch, 27.3 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_buttons.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_buttons.scss src/bp-templates/bp-nouveau/common-styles/_bp_buttons.scss
    index a1ff806bb..740eca66b 100644
     
    11// BP Buttons, Submits, Icons and general clicky things styling.
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45// Buttons by default are styled as simple boxes but we may
    56// change that by adding a parent class ( on any close parent to
     
    2526                        border-color: $bp-border-dark;
    2627                        border-style: solid;
    2728                        border-width: 1px;
     29                        border-radius: 0;
    2830                        color: $dark-grey;
    2931                        cursor: pointer;
     32                        font-family: inherit;
    3033                        font-size: inherit;
    3134                        font-weight: 400;
    3235                        outline: none;
     
    3437                        text-align: center;
    3538                        text-decoration: none;
    3639                        width: auto;
     40                        line-height: 1;
    3741                }
    3842
    3943                // Re-instate the quick-tag padding to avoid the above ruleset
  • 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_groups_create.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_groups_create.scss src/bp-templates/bp-nouveau/common-styles/_bp_groups_create.scss
    index 3b930aae2..59e76b75d 100644
     
    88                text-align: center;
    99        }
    1010
     11        img.avatar {
     12                width: auto;
     13                height: auto;
     14        }
     15
    1116        .avatar-nav-items {
    1217                margin-top: $marg-med;
    1318        }
  • src/bp-templates/bp-nouveau/common-styles/_bp_item_body_general.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_item_body_general.scss src/bp-templates/bp-nouveau/common-styles/_bp_item_body_general.scss
    index fce4ca295..5509fcb52 100644
     
    11// BP Single Screens Item Body General Styles.
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45.buddypress-wrap {
    56
     
    1516
    1617                .button-tabs {
    1718                        margin: $marg-xlrg 0 $marg-med;
     19                        list-style: none;
    1820                }
    1921
    2022        }
  • src/bp-templates/bp-nouveau/common-styles/_bp_item_header_general.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_item_header_general.scss src/bp-templates/bp-nouveau/common-styles/_bp_item_header_general.scss
    index 72720fc52..3f6b3d585 100644
     
    11// BP Single Screens Item Header General Styles.
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45@include clearfix-element(".single-headers");
    56
     
    1617
    1718                        img {
    1819                                float: none;
     20                                width: auto;
     21                                height: auto;
    1922                        }
    2023                }
    2124        }
  • 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..fe8cefc6c 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;
     48                                height: auto;
    4649                        }
    4750                }
    4851
  • src/bp-templates/bp-nouveau/common-styles/_bp_search.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_search.scss src/bp-templates/bp-nouveau/common-styles/_bp_search.scss
    index 706acbe58..bba309151 100644
     
    11// BP Directory Search elements
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34
    45.buddypress-wrap { // the ID is required to add weight to rules
    56
     
    78
    89        form.bp-dir-search-form,
    910        form.bp-messages-search-form,
    10         form.bp-invites-search-form {
     11        form[data-bp-search].bp-invites-search-form {
    1112                border: 1px solid $bp-border-color;
    1213
    1314                width: 100%;
    1415
    15                 @include medium-lrg-up() {
    16                         width: 15em;
    17                 }
    18 
    1916                label {
    2017                        margin: 0;
    2118                }
  • 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..5ea7c8c19 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 {
     
    133144                #whats-new-content,
    134145                #whats-new-post-in-box,
    135146                #whats-new-submit {
    136                         margin-left: 8.5%;
    137 
     147                        margin-left: 55px;
    138148                }
    139149
    140150                #whats-new-submit {
  • 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..9866b8093 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;
     906        height: auto;
    901907}
    902908
    903909.bp-list li .item .item-avatar,
    body.buddypress article.page > .entry-header .entry-title { 
    11071113.activity-update-form #whats-new-avatar img {
    11081114        box-shadow: none;
    11091115        display: inline-block;
     1116        height: auto;
     1117        width: auto;
    11101118}
    11111119
    11121120.activity-update-form #whats-new-content {
    body.buddypress article.page > .entry-header .entry-title { 
    11361144.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items {
    11371145        list-style: none;
    11381146        margin: 10px 0;
     1147        padding-right: 0;
    11391148}
    11401149
    11411150.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li {
    11421151        margin-bottom: 10px;
    11431152}
    11441153
     1154.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item {
     1155        margin-right: 10px;
     1156        height: auto;
     1157}
     1158
    11451159.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete {
    11461160        padding: 0.3em;
     1161        width: 100%;
    11471162}
    11481163
    11491164.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 { 
    11541169
    11551170.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar {
    11561171        width: 30px;
     1172        height: 30px;
    11571173}
    11581174
    11591175.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 { 
    11931209        .activity-update-form #whats-new-content,
    11941210        .activity-update-form #whats-new-post-in-box,
    11951211        .activity-update-form #whats-new-submit {
    1196                 margin-right: 8.5%;
     1212                margin-right: 55px;
    11971213        }
    11981214        .activity-update-form #whats-new-submit input {
    11991215                margin-bottom: 0;
    body.buddypress article.page > .entry-header .entry-title { 
    13251341.activity-list .activity-item .activity-header .avatar {
    13261342        display: inline-block;
    13271343        margin: 0 5px;
    1328         vertical-align: bottom;
     1344        vertical-align: text-top;
     1345        width: 20px;
     1346        height: 20px;
    13291347}
    13301348
    13311349.activity-list .activity-item .activity-header .time-since {
    body.buddypress article.page > .entry-header .entry-title { 
    13911409
    13921410.activity-list .activity-item .activity-meta.action .button {
    13931411        background: transparent;
     1412        color: #555;
    13941413}
    13951414
    13961415.activity-list .activity-item .activity-meta.action a {
    form.ac-form .ac-reply-content input { 
    19972016        text-align: center;
    19982017}
    19992018
     2019#group-create-body img.avatar {
     2020        width: auto;
     2021        height: auto;
     2022}
     2023
    20002024#group-create-body .avatar-nav-items {
    20012025        margin-top: 15px;
    20022026}
    form.ac-form .ac-reply-content input { 
    20322056
    20332057.single-headers #item-header-avatar a img {
    20342058        float: none;
     2059        width: auto;
     2060        height: auto;
    20352061}
    20362062
    20372063.single-headers div#item-header-content {
    body.no-js .single-item-header .js-self-profile-button { 
    23332359
    23342360.buddypress-wrap .item-body .button-tabs {
    23352361        margin: 30px 0 15px;
     2362        list-style: none;
    23362363}
    23372364
    23382365.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry {
    body.register .buddypress-wrap .page ul { 
    30153042.bp-messages-content .actions {
    30163043        float: left;
    30173044        max-width: 30%;
     3045        line-height: 1;
    30183046}
    30193047
    30203048.bp-messages-content .actions .bp-icons:not(.bp-hide) {
    body.register .buddypress-wrap .page ul { 
    31683196
    31693197.bp-messages-content .thread-participants img {
    31703198        width: 30px;
     3199        height: 30px;
    31713200}
    31723201
    31733202.bp-messages-content #thread-preview .preview-message ul,
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35083537        position: relative;
    35093538        text-indent: -2px;
    35103539        z-index: 1;
    3511         width: 100%;
     3540        width: auto;
    35123541}
    35133542
    35143543.buddypress-wrap .select-wrap select,
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35643593
    35653594.buddypress-wrap form.bp-dir-search-form,
    35663595.buddypress-wrap form.bp-messages-search-form,
    3567 .buddypress-wrap form.bp-invites-search-form {
     3596.buddypress-wrap form[data-bp-search].bp-invites-search-form {
    35683597        border: 1px solid #eee;
    35693598        width: 100%;
    35703599}
    35713600
    3572 @media screen and (min-width: 55em) {
    3573         .buddypress-wrap form.bp-dir-search-form,
    3574         .buddypress-wrap form.bp-messages-search-form,
    3575         .buddypress-wrap form.bp-invites-search-form {
    3576                 width: 15em;
    3577         }
    3578 }
    3579 
    35803601.buddypress-wrap form.bp-dir-search-form label,
    35813602.buddypress-wrap form.bp-messages-search-form label,
    3582 .buddypress-wrap form.bp-invites-search-form label {
     3603.buddypress-wrap form[data-bp-search].bp-invites-search-form label {
    35833604        margin: 0;
    35843605}
    35853606
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35893610.buddypress-wrap form.bp-messages-search-form input[type="search"],
    35903611.buddypress-wrap form.bp-messages-search-form input[type="text"],
    35913612.buddypress-wrap form.bp-messages-search-form button[type="submit"],
    3592 .buddypress-wrap form.bp-invites-search-form input[type="search"],
    3593 .buddypress-wrap form.bp-invites-search-form input[type="text"],
    3594 .buddypress-wrap form.bp-invites-search-form button[type="submit"] {
     3613.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"],
     3614.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"],
     3615.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] {
    35953616        background: none;
    35963617        border: 0;
    35973618        border-radius: 0;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36023623.buddypress-wrap form.bp-dir-search-form input[type="text"],
    36033624.buddypress-wrap form.bp-messages-search-form input[type="search"],
    36043625.buddypress-wrap form.bp-messages-search-form input[type="text"],
    3605 .buddypress-wrap form.bp-invites-search-form input[type="search"],
    3606 .buddypress-wrap form.bp-invites-search-form input[type="text"] {
     3626.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"],
     3627.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"] {
    36073628        float: right;
    36083629        line-height: 1.5;
    36093630        padding: 3px 10px;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36123633
    36133634.buddypress-wrap form.bp-dir-search-form button[type="submit"],
    36143635.buddypress-wrap form.bp-messages-search-form button[type="submit"],
    3615 .buddypress-wrap form.bp-invites-search-form button[type="submit"] {
     3636.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] {
    36163637        float: left;
    36173638        font-size: inherit;
    36183639        font-weight: 400;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36253646
    36263647.buddypress-wrap form.bp-dir-search-form button[type="submit"] span,
    36273648.buddypress-wrap form.bp-messages-search-form button[type="submit"] span,
    3628 .buddypress-wrap form.bp-invites-search-form button[type="submit"] span {
     3649.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] span {
    36293650        font-family: dashicons;
    36303651        font-size: 18px;
    36313652        line-height: 1.6;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36333654
    36343655.buddypress-wrap form.bp-dir-search-form button[type="submit"].bp-show,
    36353656.buddypress-wrap form.bp-messages-search-form button[type="submit"].bp-show,
    3636 .buddypress-wrap form.bp-invites-search-form button[type="submit"].bp-show {
     3657.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"].bp-show {
    36373658        height: auto;
    36383659        right: 0;
    36393660        overflow: visible;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36433664
    36443665.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-cancel-button,
    36453666.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-cancel-button,
    3646 .buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {
     3667.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {
    36473668        -webkit-appearance: searchfield-cancel-button;
    36483669}
    36493670
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36513672.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-results-decoration,
    36523673.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-button,
    36533674.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-decoration,
    3654 .buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-results-button,
    3655 .buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {
     3675.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-button,
     3676.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {
    36563677        display: none;
    36573678}
    36583679
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    38873908        border-color: #ccc;
    38883909        border-style: solid;
    38893910        border-width: 1px;
     3911        border-radius: 0;
    38903912        color: #555;
    38913913        cursor: pointer;
     3914        font-family: inherit;
    38923915        font-size: inherit;
    38933916        font-weight: 400;
    38943917        outline: none;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    38963919        text-align: center;
    38973920        text-decoration: none;
    38983921        width: auto;
     3922        line-height: 1;
    38993923}
    39003924
    39013925.buddypress .buddypress-wrap .button-small[type="button"] {
  • 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..723ec8ede 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;
     906        height: auto;
    901907}
    902908
    903909.bp-list li .item .item-avatar,
    body.buddypress article.page > .entry-header .entry-title { 
    11071113.activity-update-form #whats-new-avatar img {
    11081114        box-shadow: none;
    11091115        display: inline-block;
     1116        height: auto;
     1117        width: auto;
    11101118}
    11111119
    11121120.activity-update-form #whats-new-content {
    body.buddypress article.page > .entry-header .entry-title { 
    11361144.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items {
    11371145        list-style: none;
    11381146        margin: 10px 0;
     1147        padding-left: 0;
    11391148}
    11401149
    11411150.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li {
    11421151        margin-bottom: 10px;
    11431152}
    11441153
     1154.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items button.bp-remove-item {
     1155        margin-left: 10px;
     1156        height: auto;
     1157}
     1158
    11451159.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete {
    11461160        padding: 0.3em;
     1161        width: 100%;
    11471162}
    11481163
    11491164.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 { 
    11541169
    11551170.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object .avatar {
    11561171        width: 30px;
     1172        height: 30px;
    11571173}
    11581174
    11591175.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 { 
    11931209        .activity-update-form #whats-new-content,
    11941210        .activity-update-form #whats-new-post-in-box,
    11951211        .activity-update-form #whats-new-submit {
    1196                 margin-left: 8.5%;
     1212                margin-left: 55px;
    11971213        }
    11981214        .activity-update-form #whats-new-submit input {
    11991215                margin-bottom: 0;
    body.buddypress article.page > .entry-header .entry-title { 
    13251341.activity-list .activity-item .activity-header .avatar {
    13261342        display: inline-block;
    13271343        margin: 0 5px;
    1328         vertical-align: bottom;
     1344        vertical-align: text-top;
     1345        width: 20px;
     1346        height: 20px;
    13291347}
    13301348
    13311349.activity-list .activity-item .activity-header .time-since {
    body.buddypress article.page > .entry-header .entry-title { 
    13911409
    13921410.activity-list .activity-item .activity-meta.action .button {
    13931411        background: transparent;
     1412        color: #555;
    13941413}
    13951414
    13961415.activity-list .activity-item .activity-meta.action a {
    form.ac-form .ac-reply-content input { 
    19972016        text-align: center;
    19982017}
    19992018
     2019#group-create-body img.avatar {
     2020        width: auto;
     2021        height: auto;
     2022}
     2023
    20002024#group-create-body .avatar-nav-items {
    20012025        margin-top: 15px;
    20022026}
    form.ac-form .ac-reply-content input { 
    20322056
    20332057.single-headers #item-header-avatar a img {
    20342058        float: none;
     2059        width: auto;
     2060        height: auto;
    20352061}
    20362062
    20372063.single-headers div#item-header-content {
    body.no-js .single-item-header .js-self-profile-button { 
    23332359
    23342360.buddypress-wrap .item-body .button-tabs {
    23352361        margin: 30px 0 15px;
     2362        list-style: none;
    23362363}
    23372364
    23382365.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry {
    body.register .buddypress-wrap .page ul { 
    30153042.bp-messages-content .actions {
    30163043        float: right;
    30173044        max-width: 30%;
     3045        line-height: 1;
    30183046}
    30193047
    30203048.bp-messages-content .actions .bp-icons:not(.bp-hide) {
    body.register .buddypress-wrap .page ul { 
    31683196
    31693197.bp-messages-content .thread-participants img {
    31703198        width: 30px;
     3199        height: 30px;
    31713200}
    31723201
    31733202.bp-messages-content #thread-preview .preview-message ul,
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35083537        position: relative;
    35093538        text-indent: -2px;
    35103539        z-index: 1;
    3511         width: 100%;
     3540        width: auto;
    35123541}
    35133542
    35143543.buddypress-wrap .select-wrap select,
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35643593
    35653594.buddypress-wrap form.bp-dir-search-form,
    35663595.buddypress-wrap form.bp-messages-search-form,
    3567 .buddypress-wrap form.bp-invites-search-form {
     3596.buddypress-wrap form[data-bp-search].bp-invites-search-form {
    35683597        border: 1px solid #eee;
    35693598        width: 100%;
    35703599}
    35713600
    3572 @media screen and (min-width: 55em) {
    3573         .buddypress-wrap form.bp-dir-search-form,
    3574         .buddypress-wrap form.bp-messages-search-form,
    3575         .buddypress-wrap form.bp-invites-search-form {
    3576                 width: 15em;
    3577         }
    3578 }
    3579 
    35803601.buddypress-wrap form.bp-dir-search-form label,
    35813602.buddypress-wrap form.bp-messages-search-form label,
    3582 .buddypress-wrap form.bp-invites-search-form label {
     3603.buddypress-wrap form[data-bp-search].bp-invites-search-form label {
    35833604        margin: 0;
    35843605}
    35853606
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    35893610.buddypress-wrap form.bp-messages-search-form input[type="search"],
    35903611.buddypress-wrap form.bp-messages-search-form input[type="text"],
    35913612.buddypress-wrap form.bp-messages-search-form button[type="submit"],
    3592 .buddypress-wrap form.bp-invites-search-form input[type="search"],
    3593 .buddypress-wrap form.bp-invites-search-form input[type="text"],
    3594 .buddypress-wrap form.bp-invites-search-form button[type="submit"] {
     3613.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"],
     3614.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"],
     3615.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] {
    35953616        background: none;
    35963617        border: 0;
    35973618        border-radius: 0;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36023623.buddypress-wrap form.bp-dir-search-form input[type="text"],
    36033624.buddypress-wrap form.bp-messages-search-form input[type="search"],
    36043625.buddypress-wrap form.bp-messages-search-form input[type="text"],
    3605 .buddypress-wrap form.bp-invites-search-form input[type="search"],
    3606 .buddypress-wrap form.bp-invites-search-form input[type="text"] {
     3626.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"],
     3627.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="text"] {
    36073628        float: left;
    36083629        line-height: 1.5;
    36093630        padding: 3px 10px;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36123633
    36133634.buddypress-wrap form.bp-dir-search-form button[type="submit"],
    36143635.buddypress-wrap form.bp-messages-search-form button[type="submit"],
    3615 .buddypress-wrap form.bp-invites-search-form button[type="submit"] {
     3636.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] {
    36163637        float: right;
    36173638        font-size: inherit;
    36183639        font-weight: 400;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36253646
    36263647.buddypress-wrap form.bp-dir-search-form button[type="submit"] span,
    36273648.buddypress-wrap form.bp-messages-search-form button[type="submit"] span,
    3628 .buddypress-wrap form.bp-invites-search-form button[type="submit"] span {
     3649.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"] span {
    36293650        font-family: dashicons;
    36303651        font-size: 18px;
    36313652        line-height: 1.6;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36333654
    36343655.buddypress-wrap form.bp-dir-search-form button[type="submit"].bp-show,
    36353656.buddypress-wrap form.bp-messages-search-form button[type="submit"].bp-show,
    3636 .buddypress-wrap form.bp-invites-search-form button[type="submit"].bp-show {
     3657.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type="submit"].bp-show {
    36373658        height: auto;
    36383659        left: 0;
    36393660        overflow: visible;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36433664
    36443665.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-cancel-button,
    36453666.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-cancel-button,
    3646 .buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {
     3667.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-cancel-button {
    36473668        -webkit-appearance: searchfield-cancel-button;
    36483669}
    36493670
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    36513672.buddypress-wrap form.bp-dir-search-form input[type="search"]::-webkit-search-results-decoration,
    36523673.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-button,
    36533674.buddypress-wrap form.bp-messages-search-form input[type="search"]::-webkit-search-results-decoration,
    3654 .buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-results-button,
    3655 .buddypress-wrap form.bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {
     3675.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-button,
     3676.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type="search"]::-webkit-search-results-decoration {
    36563677        display: none;
    36573678}
    36583679
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    38873908        border-color: #ccc;
    38883909        border-style: solid;
    38893910        border-width: 1px;
     3911        border-radius: 0;
    38903912        color: #555;
    38913913        cursor: pointer;
     3914        font-family: inherit;
    38923915        font-size: inherit;
    38933916        font-weight: 400;
    38943917        outline: none;
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    38963919        text-align: center;
    38973920        text-decoration: none;
    38983921        width: auto;
     3922        line-height: 1;
    38993923}
    39003924
    39013925.buddypress .buddypress-wrap .button-small[type="button"] {
  • src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss

    diff --git src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss src/bp-templates/bp-nouveau/sass/_nouveau_messages.scss
    index 6544227c6..a04c262ce 100644
     
    11// Nouveau Messages styles.
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 5.0.0
    34// Icon additions to default action star
    45
    56
     
    187188        .actions {
    188189                float: right;
    189190                max-width: 30%;
     191                line-height: 1;
    190192
    191193                .bp-icons:not(.bp-hide) {
    192194                        display: inline-block;
     
    354356
    355357                img {
    356358                        width: 30px;
     359                        height: 30px;
    357360                }
    358361        }
    359362