Changeset 1143
- Timestamp:
- 04/24/2004 07:32:31 PM (21 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r1135 r1143 82 82 83 83 $bgcolor = ('#eee' == $bgcolor) ? 'none' : '#eee'; 84 echo "<tr style='background-color: $bgcolor'><t d>$pad $category->cat_name</td>84 echo "<tr style='background-color: $bgcolor'><th scope='row'>$category->cat_ID</th><td>$pad $category->cat_name</td> 85 85 <td>$category->category_description</td> 86 86 <td>$count</td> -
trunk/wp-admin/categories.php
r1130 r1143 147 147 <table width="100%" cellpadding="3" cellspacing="3"> 148 148 <tr> 149 <th scope="col"><?php _e('ID') ?></th> 149 150 <th scope="col"><?php _e('Name') ?></th> 150 151 <th scope="col"><?php _e('Description') ?></th> -
trunk/wp-admin/wp-admin.css
r1120 r1143 186 186 border: 1px solid #ccc; 187 187 margin: 15px 5%; 188 padding: 01em;188 padding: .5em 1em; 189 189 } 190 190 … … 342 342 } 343 343 344 #postcustom td,th { 345 background-color: #fff; 344 #postcustom td, #postcustom th { 346 345 color: #000; 347 346 margin: 1px;
Note: See TracChangeset
for help on using the changeset viewer.