Skip to:
Content

BuddyPress.org

Ticket #8762: 8762.patch

File 8762.patch, 2.3 KB (added by imath, 2 years ago)
  • 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 5ea7c8c19..ab74c4d9a 100644
     
    6767                }
    6868        }
    6969
     70        #whats-new-buttons {
     71                max-width: 100%;
     72                padding: 0 0 1em 0;
     73                z-index: 1000;
     74                margin: 0 0 0.5em 55px;
     75                display: flex;
     76                gap: 0.6em;
     77                margin-left: 55px;
     78
     79                > li {
     80                        list-style: none;
     81
     82                        button {
     83                                padding: 5px 10px;
     84                                width: auto;
     85                                height: auto;
     86                        }
     87                }
     88        }
     89
    7090        #whats-new-post-in-box {
    7191                margin: $marg-sml 0;
    7292
  • 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 e404bec03..2ebe135b8 100644
    body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en 
    11391139        box-shadow: 0 0 6px 0 #d6d6d6;
    11401140}
    11411141
     1142.activity-update-form #whats-new-buttons {
     1143        max-width: 100%;
     1144        padding: 0 0 1em 0;
     1145        z-index: 1000;
     1146        margin: 0 55px 0.5em 0;
     1147        display: flex;
     1148        gap: 0.6em;
     1149        margin-right: 55px;
     1150}
     1151
     1152.activity-update-form #whats-new-buttons > li {
     1153        list-style: none;
     1154}
     1155
     1156.activity-update-form #whats-new-buttons > li button {
     1157        padding: 5px 10px;
     1158        width: auto;
     1159        height: auto;
     1160}
     1161
    11421162.activity-update-form #whats-new-post-in-box {
    11431163        margin: 10px 0;
    11441164}
  • 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 abf33337e..cc427401d 100644
    body.buddypress article.page > .entry-header:not(.alignwide):not(.alignfull) .en 
    11391139        box-shadow: 0 0 6px 0 #d6d6d6;
    11401140}
    11411141
     1142.activity-update-form #whats-new-buttons {
     1143        max-width: 100%;
     1144        padding: 0 0 1em 0;
     1145        z-index: 1000;
     1146        margin: 0 0 0.5em 55px;
     1147        display: flex;
     1148        gap: 0.6em;
     1149        margin-left: 55px;
     1150}
     1151
     1152.activity-update-form #whats-new-buttons > li {
     1153        list-style: none;
     1154}
     1155
     1156.activity-update-form #whats-new-buttons > li button {
     1157        padding: 5px 10px;
     1158        width: auto;
     1159        height: auto;
     1160}
     1161
    11421162.activity-update-form #whats-new-post-in-box {
    11431163        margin: 10px 0;
    11441164}