Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #32936


Ignore:
Timestamp:
07/09/2015 10:58:43 AM (10 years ago)
Author:
ocean90
Comment:

It was aligned before WordPress 3.8, see 32936-wp37.png

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32936

    • Property Focuses ui added; administration removed
    • Property Component changed from Administration to Posts, Post Types
    • Property Summary changed from Align slug box to Align edit slug box on /wp-admin/post.php
    • Property Version changed from 4.2.2 to 3.8
    • Property Type changed from enhancement to defect (bug)
  • Ticket #32936 – Description

    initial v2  
    11Before:
    22
     3
     4{{{
    35#edit-slug-box {
    46    color: #666;
     
    810    padding: 0 10px;
    911}
     12}}}
     13
    1014
    1115After:
     16
     17{{{
    1218#edit-slug-box {
    1319    color: #666;
     
    1723    padding: 0 10px 0 0; // enhancement
    1824}
     25}}}
     26
    1927
    2028