Changeset 9942
- Timestamp:
- 11/28/2008 09:11:50 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-fresh.css
r9941 r9942 140 140 } 141 141 142 .form-table tr,143 .form-wrap .form-field {144 background-color: #f3f3f3;145 }146 147 142 select { 148 143 background-color: #fff; … … 239 234 .submit-top { 240 235 border-color: #DFDFDF; 241 }242 243 .form-table td,244 .form-table th,245 #wpbody-content .describe td,246 #wpbody-content .describe th {247 border-bottom-color: #f9f9f9;248 236 } 249 237 -
trunk/wp-admin/wp-admin.css
r9941 r9942 1221 1221 #wpbody-content .describe td { 1222 1222 margin-bottom: 9px; 1223 padding: 4px 10px ;1223 padding: 4px 10px 12px; 1224 1224 line-height: 20px; 1225 border-bottom-width: 8px;1226 border-bottom-style: solid;1227 1225 font-size: 11px; 1228 1226 } … … 1240 1238 padding: 10px; 1241 1239 width: 200px; 1242 border-bottom-width: 8px;1243 border-bottom-style: solid;1244 1240 } 1245 1241
Note: See TracChangeset
for help on using the changeset viewer.