Skip to:
Content

BuddyPress.org

Changeset 12013


Ignore:
Timestamp:
04/29/2018 10:39:12 AM (7 years ago)
Author:
hnla
Message:

Nouveau: Minor style updates.

Location:
trunk/src/bp-templates/bp-nouveau
Files:
4 edited

Legend:

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

    r11980 r12013  
    232232            background: none;
    233233
     234            a:focus,
     235            a:hover {
     236                text-decoration: underline;
     237            }
     238
    234239            @include medium-up {
    235240                float: right;
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_update_form.scss

    r11686 r12013  
    2828
    2929        img {
     30            box-shadow: none;
    3031            display: inline-block;
    3132        }
     
    126127            display: block;
    127128            float: left;
    128             margin: 0 $marg-sml 0 0;
     129            margin: 0;
    129130        }
    130131
     
    132133        #whats-new-post-in-box,
    133134        #whats-new-submit {
    134             margin-left: 12%;
     135            margin-left: 8.5%;
     136
    135137        }
    136138
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r12012 r12013  
    11161116
    11171117.activity-update-form #whats-new-avatar img {
     1118    box-shadow: none;
    11181119    display: inline-block;
    11191120}
     
    12081209        display: block;
    12091210        float: right;
    1210         margin: 0 0 0 10px;
     1211        margin: 0;
    12111212    }
    12121213    .activity-update-form #whats-new-content,
    12131214    .activity-update-form #whats-new-post-in-box,
    12141215    .activity-update-form #whats-new-submit {
    1215         margin-right: 12%;
     1216        margin-right: 8.5%;
    12161217    }
    12171218    .activity-update-form #whats-new-submit input {
     
    40584059}
    40594060
     4061.buddypress #buddypress .create-button a:focus,
     4062.buddypress #buddypress .create-button a:hover {
     4063    text-decoration: underline;
     4064}
     4065
    40604066@media screen and (min-width: 46.8em) {
    40614067    .buddypress #buddypress .create-button {
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r12012 r12013  
    11161116
    11171117.activity-update-form #whats-new-avatar img {
     1118    box-shadow: none;
    11181119    display: inline-block;
    11191120}
     
    12081209        display: block;
    12091210        float: left;
    1210         margin: 0 10px 0 0;
     1211        margin: 0;
    12111212    }
    12121213    .activity-update-form #whats-new-content,
    12131214    .activity-update-form #whats-new-post-in-box,
    12141215    .activity-update-form #whats-new-submit {
    1215         margin-left: 12%;
     1216        margin-left: 8.5%;
    12161217    }
    12171218    .activity-update-form #whats-new-submit input {
     
    40584059}
    40594060
     4061.buddypress #buddypress .create-button a:focus,
     4062.buddypress #buddypress .create-button a:hover {
     4063    text-decoration: underline;
     4064}
     4065
    40604066@media screen and (min-width: 46.8em) {
    40614067    .buddypress #buddypress .create-button {
Note: See TracChangeset for help on using the changeset viewer.