Skip to:
Content

BuddyPress.org

Changeset 6318


Ignore:
Timestamp:
09/07/2012 03:01:20 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Legacy Theme:

  • Tweak activity stream post form styling.
Location:
trunk/bp-themes/bp-legacy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-legacy/buddypress/activity/post-form.php

    r6284 r6318  
    1919        </a>
    2020    </div>
    21 
    22     <h5><?php if ( bp_is_group() )
    23             printf( __( "What's new in %s, %s?", 'buddypress' ), bp_get_group_name(), bp_get_user_firstname() );
    24         else
    25             printf( __( "What's new, %s?", 'buddypress' ), bp_get_user_firstname() );
    26     ?></h5>
    2721
    2822    <div id="whats-new-content">
  • trunk/bp-themes/bp-legacy/css/buddypress.css

    r6284 r6318  
    9595    border-bottom: 1px solid #ddd;
    9696    margin: 20px 0 10px;
    97     padding-bottom: 20px;
     97    padding: 0 0 20px;
    9898}
    9999#buddypress .home-page form#whats-new-form {
     
    101101    padding-bottom: 0;
    102102}
    103 #buddypress form#whats-new-form h5 {
    104     font-weight: normal;
    105     font-size: 12px;
    106     color: #888;
    107     margin: 0;
    108     margin-left: 76px;
    109     padding: 0 0 3px 0;
    110 }
    111103#buddypress form#whats-new-form #whats-new-avatar {
    112104    float: left;
    113105}
    114106#buddypress form#whats-new-form #whats-new-content {
    115     margin-left: 54px;
    116     padding-left: 22px;
     107    margin-left: 55px;
     108    padding: 0 0 20px 20px;
    117109}
    118110#buddypress form#whats-new-form textarea {
Note: See TracChangeset for help on using the changeset viewer.