Skip to:
Content

BuddyPress.org

Changeset 4526


Ignore:
Timestamp:
06/18/2011 01:36:16 PM (15 years ago)
Author:
djpaul
Message:

Merge part of the CSS changes for the "what's new?" activity forms (#3278) into core.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4498 r4526  
    10651065        padding-left: 22px;
    10661066}
    1067 form#whats-new-form #whats-new-textarea {
     1067form#whats-new-form textarea {
    10681068        background: #fff;
    10691069        border: 1px inset #ccc;
     
    10711071        -webkit-border-radius: 3px;
    10721072        border-radius: 3px;
    1073         margin-bottom: 10px;
    1074         padding: 8px;
    1075 }
    1076 form#whats-new-form textarea {
    1077         border: none;
    10781073        color: #555;
    10791074        font-family: inherit;
    10801075        font-size: 14px;
    10811076        height: 50px;
    1082         margin: 0;
    1083         padding: 0;
    1084         width: 100%;
     1077        padding: 1%;
     1078        width: 98%;
    10851079}
    10861080form#whats-new-form #whats-new-options select {
     
    10891083form#whats-new-form #whats-new-submit {
    10901084        float: right;
    1091         margin: 0;
     1085        margin-top: 12px;
    10921086}
    10931087#whats-new-options {
Note: See TracChangeset for help on using the changeset viewer.