Changeset 3089
- Timestamp:
- 06/27/2010 06:10:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile/admin/css/admin.css
r1798 r3089 10 10 } 11 11 12 t r.header td {12 table.field-group tr.header td { 13 13 border-bottom: 2px solid #eee; 14 14 font-weight: bold; … … 17 17 tr.core td { color: #999; } 18 18 19 thead tr th {20 font-size: 16px;21 }22 23 19 ul.forTab { 24 20 list-style: none; … … 40 36 41 37 p.success { background: green;} 42 p.err { 38 p.err { 43 39 border-top: 2px solid red; 44 40 border-bottom: 2px solid red; … … 54 50 } 55 51 56 select.multi-select {57 58 52 select.multi-select { 53 width:90%; 54 height:10em !important; 59 55 } 60 56 61 57 ul.multi-checkbox { 62 63 64 65 66 67 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%; 69 65 } 70 66 71 ul.multi-checkbox li {72 73 67 ul.multi-checkbox li { 68 padding: 0; 69 margin: 0; 74 70 } 75 71
Note: See TracChangeset
for help on using the changeset viewer.