Skip to:
Content

BuddyPress.org

Changeset 5457


Ignore:
Timestamp:
12/07/2011 09:10:41 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Next pass at updated Profile Fields UI for WordPress 3.3:

  • Removes all images
  • See #3801
Location:
trunk/bp-xprofile/admin
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/admin/css/admin.dev.css

    r5452 r5457  
    4141                        border-color: #5a5 #5a5 #ccc #5a5;
    4242                        color: #8a8;
    43                         background-image: url(../images/plus.gif);
    4443                        background-color: #efe;
    4544                }
    4645                        ul#field-group-tabs li.ui-tabs-selected.ui-state-acceptable a.ui-tab {
    4746                                background-color: #f9f9f9;
    48                                 background-image: url(../images/cross.gif);
    4947                        }
    5048                ul#field-group-tabs li.drop-candidate a.ui-tab {
     
    5856                        display: block;
    5957                        margin-top: 3px;
    60                         padding: 5px 10px 5px 28px;
     58                        padding: 5px 10px 5px;
    6159                        border: 1px solid #dfdfdf;
    6260                        border-bottom: none;
    6361                        border-radius: 3px 3px 0 0;
    6462                        text-decoration: none;
    65                         background: #f9f9f9 url(../images/move-x.gif) 7px 55% no-repeat;
    6663                        color: #aaa;
    6764                }
     
    7168                        background-color: #f9f9f9;
    7269                        margin-top: -1px;
    73                         padding: 7px 10px 7px 28px;
     70                        padding: 7px 10px 7px;
    7471                        border: 1px solid #dfdfdf;
    7572                        border-bottom: 1px solid transparent;
     
    122119                position: relative;
    123120                border: 1px solid #ddd;
    124                 -moz-border-radius: 6px;
    125                 -khtml-border-radius: 6px;
    126                 -webkit-border-radius: 6px;
    127                 border-radius: 5px;
     121                border-radius: 3px;
    128122                margin: 10px 0 0 0;
    129123                cursor: move !important;
     
    140134                position: absolute;
    141135                top: 6px;
    142                 left: 30px;
     136                left: 10px;
    143137                font-weight: bold;
    144138                width: 100%;
     
    149143                }
    150144                fieldset div.field-wrapper {
    151                         padding-left: 30px;
    152                         padding: 40px 10px 10px 10px;
    153                         background: url(../images/move.gif) 6px 6px no-repeat transparent;
     145                        padding: 40px 10px 10px;
    154146                }
    155147        fieldset.radio div div,
Note: See TracChangeset for help on using the changeset viewer.