Changeset 4495 for trunk/wp-admin/sidebar.php
- Timestamp:
- 11/19/2006 07:56:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/sidebar.php
r4006 r4495 35 35 } 36 36 .sidebar-categories { 37 38 39 40 37 display: block; 38 height: 6.6em; 39 overflow: auto; 40 background-color: #f4f4f4; 41 41 } 42 42 .sidebar-categories label { 43 43 font-size: 10px; 44 45 44 display: block; 45 width: 90%; 46 46 } 47 47 </style> … … 66 66 </p> 67 67 <p> 68 <input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="Save as Draft" /> 68 <input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="Save as Draft" /> 69 69 <?php if ( current_user_can('publish_posts') ) : ?> 70 <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="Publish" /> 70 <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="Publish" /> 71 71 <?php endif; ?> 72 72 </p>
Note: See TracChangeset
for help on using the changeset viewer.