Skip to:
Content

BuddyPress.org

Changeset 9829


Ignore:
Timestamp:
05/02/2015 01:28:16 AM (10 years ago)
Author:
boonebgorges
Message:

Better spacing for submit button when doing What's New animation.

The extra breathing room ensures that we don't see scroll bars or a button
that is cut off.

Props hnla, r-a-y.
Fixes #6122.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/js/buddypress.js

    r9819 r9829  
    3434
    3535        jq('#whats-new-options').animate({
    36             height:'40px'
     36            height:'50px'
    3737        });
    3838
     
    5454    $whats_new.focus( function(){
    5555        jq('#whats-new-options').animate({
    56             height:'40px'
     56            height:'50px'
    5757        });
    5858        jq('#whats-new-form textarea').animate({
     
    8888                this.value = '';
    8989                jq('#whats-new-options').animate({
    90                     height:'40px'
     90                    height:'0'
    9191                });
    9292                jq('form#whats-new-form textarea').animate({
Note: See TracChangeset for help on using the changeset viewer.