Skip to:
Content

BuddyPress.org

Changeset 3089


Ignore:
Timestamp:
06/27/2010 06:10:37 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2418 plus some white space clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile/admin/css/admin.css

    r1798 r3089  
    1010}
    1111       
    12 tr.header td {
     12table.field-group tr.header td {
    1313        border-bottom: 2px solid #eee;
    1414        font-weight: bold;
     
    1717tr.core td { color: #999; }
    1818
    19 thead tr th {
    20         font-size: 16px;
    21 }
    22        
    2319        ul.forTab {
    2420                list-style: none;
     
    4036       
    4137        p.success { background: green;}
    42         p.err { 
     38        p.err {
    4339                border-top: 2px solid red;
    4440                border-bottom: 2px solid red;
     
    5450        }
    5551
    56         select.multi-select{
    57             width:90%;
    58         height:10em !important;
     52        select.multi-select {
     53                width:90%;
     54                height:10em !important;
    5955        }
    6056
    6157ul.multi-checkbox {
    62     margin: 0 5px 0 0px;
    63     padding: .5em .9em;
    64     height: 10em;
    65     overflow: auto;
    66     list-style: none;
    67     border: solid 1px #ccc;
    68     width:90%;           
     58        margin: 0 5px 0 0px;
     59        padding: .5em .9em;
     60        height: 10em;
     61        overflow: auto;
     62        list-style: none;
     63        border: solid 1px #ccc;
     64        width: 90%;
    6965}
    7066
    71 ul.multi-checkbox li{
    72     padding: 0;
    73     margin: 0;
     67ul.multi-checkbox li {
     68        padding: 0;
     69        margin: 0;
    7470}
    7571
Note: See TracChangeset for help on using the changeset viewer.