Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/13/2016 01:25:30 PM (9 years ago)
Author:
hnla
Message:

Update Twentytwelve Companion styles.

Commit addresses some issues in webkit browsers:

  • Adds padding for whats new submit button.
  • Corrects border cut off on action buttons.
  • Removes positioning of root form reply box when comments exist.

See #6766 Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r10443 r10449  
    178178
    179179This is the BuddyPress companion stylesheet for
    180 the WordPress Twentysixteen theme.
     180the WordPress Twentytwelve theme.
    181181
    182182This sheet supports the primary BuddyPress styles in buddypress.css
    183183
    184 If you are running as a child theme of twentysixteen this stylesheet will be
     184If you are running as a child theme of twentytwelve this stylesheet will be
    185185loaded by default. If you want to modify the styles the normal BP Theme Compat
    186186hierarchy works and you can copy the file to buddypress/css/ or community/css/
     
    864864
    865865                        input {
    866                             padding: 0;
     866                            padding: 2px 6px;
    867867                        }
    868868                    }
     
    10061006                    margin-bottom: $spacing-val-xs;
    10071007                    @media screen and (min-width: 37.500em) {
    1008                         display: inline-block;
     1008                        float: left;
    10091009                        margin-bottom: 0;
    10101010                    }
     
    11271127        } // close .activity-comments
    11281128
    1129         // as class name states this form is a reply to the original act item 'root'
    1130         // We'll position this below the reply button to avoid having to scroll past
    1131         // existing comments but only if li parent has class 'has-comments'.
    1132         li.has-comments {
    1133             .activity-comments {
    1134 
    1135                 .ac-form.root {
    1136                     background: #fff;
    1137                     left: 0;
    1138                     @media screen and (min-width: 46.25em) {
    1139                         left: 10px;
    1140                     }
    1141                     padding: 10px;
    1142                     position: absolute;
    1143                     top: 10px;
    1144                     @include calc(width, "100% - 10px");
    1145                 }
    1146 
    1147             }
    1148         }
    1149 
    11501129    } // close #activity-steam
    11511130
     
    13931372
    13941373//              #item-header-avatar {
    1395 //                  //width: 21%;
     1374//                  width: 21%;
    13961375//              }
    13971376
     
    14521431            #item-header-avatar {
    14531432                text-align: center;
    1454                 width: 100%;
    14551433
    14561434                img.avatar,
     
    14731451                #item-header-avatar {
    14741452                    float: left;
    1475                     width: 20%;
    14761453
    14771454                    a {
Note: See TracChangeset for help on using the changeset viewer.