Changes between Initial Version and Version 2 of Ticket #32936
- Timestamp:
- 07/09/2015 10:58:43 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32936
- Property Focuses ui added; administration removed
-
Property
Component
changed from
Administration
toPosts, Post Types
-
Property
Summary
changed from
Align slug box
toAlign edit slug box on /wp-admin/post.php
-
Property
Version
changed from
4.2.2
to3.8
-
Property
Type
changed from
enhancement
todefect (bug)
-
Ticket #32936 – Description
initial v2 1 1 Before: 2 2 3 4 {{{ 3 5 #edit-slug-box { 4 6 color: #666; … … 8 10 padding: 0 10px; 9 11 } 12 }}} 13 10 14 11 15 After: 16 17 {{{ 12 18 #edit-slug-box { 13 19 color: #666; … … 17 23 padding: 0 10px 0 0; // enhancement 18 24 } 25 }}} 26 19 27 20 28