Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2017 07:22:05 PM (7 years ago)
Author:
hnla
Message:

Re-compile Nouveau buddypress.css

Commit reverts changes to main css/rtl files in 11742.
Re-compiles the files from the scss partial _bp_generic_and_typography.scss.
Uploads the updated partial scss file previously omitted from commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss

    r11686 r11744  
    172172}
    173173
    174 dt.section-title {
    175 
    176     @include responsive-font(22);
    177 }
    178 
    179 .bp-label-text,
    180 .message-threads {
    181 
    182     @include responsive-font(16);
    183 }
    184 
    185 .activity-header {
    186 
    187     @include responsive-font(16);
    188 }
    189 
    190 .activity-inner {
    191 
    192     @include responsive-font(18);
    193 }
    194 
    195 #whats-new-post-in {
    196 
    197     @include font-size(16);
    198 }
    199 
    200 .mini .activity-header,
    201 .acomment-meta {
    202 
    203     @include font-size(16);
    204 }
    205 
    206 .dir-component-filters {
    207 
    208     #activity-filter-by {
     174// wrap block in bp content region class,
     175// avoid styles filtering through
     176// to site areas such as sidebars/footers etc.
     177.buddypress-wrap {
     178
     179    dt.section-title {
     180
     181        @include responsive-font(22);
     182    }
     183
     184    .bp-label-text,
     185    .message-threads {
    209186
    210187        @include responsive-font(16);
    211188    }
    212 }
    213 
    214 $search-element-size: 15;
    215 $search-element-button-size: $search-element-size + 5;
    216 
    217 .bp-tables-user {
    218 
    219     th {
     189
     190    .activity-header {
    220191
    221192        @include responsive-font(16);
    222193    }
    223194
    224     td {
     195    .activity-inner {
     196
     197        @include responsive-font(18);
     198    }
     199
     200    #whats-new-post-in {
     201
     202        @include font-size(16);
     203    }
     204
     205    .mini .activity-header,
     206    .acomment-meta {
     207
     208        @include font-size(16);
     209    }
     210
     211    .dir-component-filters {
     212
     213        #activity-filter-by {
     214
     215            @include responsive-font(16);
     216        }
     217    }
     218
     219    $search-element-size: 15;
     220    $search-element-button-size: $search-element-size + 5;
     221
     222    .bp-tables-user {
     223
     224        th {
     225
     226            @include responsive-font(16);
     227        }
     228
     229        td {
     230
     231            @include responsive-font(14);
     232        }
     233    }
     234
     235    // Setting the profile fields to be a larger
     236    // font than all general user tables is open for review.
     237    .profile-fields {
     238
     239        th {
     240
     241            @include responsive-font(18);
     242        }
     243
     244        td {
     245
     246            @include responsive-font(16);
     247        }
     248    }
     249
     250    #notification-select {
    225251
    226252        @include responsive-font(14);
    227253    }
    228254}
    229 
    230 // Setting the profile fields to be a larger
    231 // font than all general user tables is open for review.
    232 .profile-fields {
    233 
    234     th {
    235 
    236         @include responsive-font(18);
    237     }
    238 
    239     td {
    240 
    241         @include responsive-font(16);
    242     }
    243 }
    244 
    245 #notification-select {
    246 
    247     @include responsive-font(14);
    248 }
Note: See TracChangeset for help on using the changeset viewer.