Changeset 5457
- Timestamp:
- 12/07/2011 09:10:41 PM (13 years ago)
- Location:
- trunk/bp-xprofile/admin
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/admin/css/admin.dev.css
r5452 r5457 41 41 border-color: #5a5 #5a5 #ccc #5a5; 42 42 color: #8a8; 43 background-image: url(../images/plus.gif);44 43 background-color: #efe; 45 44 } 46 45 ul#field-group-tabs li.ui-tabs-selected.ui-state-acceptable a.ui-tab { 47 46 background-color: #f9f9f9; 48 background-image: url(../images/cross.gif);49 47 } 50 48 ul#field-group-tabs li.drop-candidate a.ui-tab { … … 58 56 display: block; 59 57 margin-top: 3px; 60 padding: 5px 10px 5px 28px;58 padding: 5px 10px 5px; 61 59 border: 1px solid #dfdfdf; 62 60 border-bottom: none; 63 61 border-radius: 3px 3px 0 0; 64 62 text-decoration: none; 65 background: #f9f9f9 url(../images/move-x.gif) 7px 55% no-repeat;66 63 color: #aaa; 67 64 } … … 71 68 background-color: #f9f9f9; 72 69 margin-top: -1px; 73 padding: 7px 10px 7px 28px;70 padding: 7px 10px 7px; 74 71 border: 1px solid #dfdfdf; 75 72 border-bottom: 1px solid transparent; … … 122 119 position: relative; 123 120 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; 128 122 margin: 10px 0 0 0; 129 123 cursor: move !important; … … 140 134 position: absolute; 141 135 top: 6px; 142 left: 30px;136 left: 10px; 143 137 font-weight: bold; 144 138 width: 100%; … … 149 143 } 150 144 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; 154 146 } 155 147 fieldset.radio div div,
Note: See TracChangeset
for help on using the changeset viewer.