Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/03/2008 10:30:24 PM (17 years ago)
Author:
apeatling
Message:

fixed date selection and the clearing of date selections. Added the ability to delete profile images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp_xprofile/bp_xprofile.cssjs.php

    r7 r9  
    144144       
    145145        p.success { background: green;}
    146         p.err { background: red;}
     146        p.err {
     147            border-top: 2px solid red;
     148            border-bottom: 2px solid red;
     149            color: red;
     150            padding: 5px 0;
     151            width: 40%;
     152        }
    147153       
    148154        span.desc {
Note: See TracChangeset for help on using the changeset viewer.