[wp-trac] [WordPress Trac] #32936: Align edit slug box on /wp-admin/post.php (was: Align slug box)

WordPress Trac noreply at wordpress.org
Thu Jul 9 10:58:44 UTC 2015


#32936: Align edit slug box on /wp-admin/post.php
-------------------------------+------------------------------
 Reporter:  Luan Ramos         |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Posts, Post Types  |     Version:  3.8
 Severity:  normal             |  Resolution:
 Keywords:                     |     Focuses:  ui
-------------------------------+------------------------------
Changes (by ocean90):

 * focuses:  administration => ui
 * component:  Administration => Posts, Post Types
 * version:  4.2.2 => 3.8
 * type:  enhancement => defect (bug)


Old description:

> Before:
>
> #edit-slug-box {
>     color: #666;
>     line-height: 24px;
>     margin-top: 5px;
>     min-height: 25px;
>     padding: 0 10px;
> }
>
> After:
> #edit-slug-box {
>     color: #666;
>     line-height: 24px;
>     margin-top: 5px;
>     min-height: 25px;
>     padding: 0 10px 0 0; // enhancement
> }
>

> The text was misaligned, and then lined the box above.

New description:

 Before:


 {{{
 #edit-slug-box {
     color: #666;
     line-height: 24px;
     margin-top: 5px;
     min-height: 25px;
     padding: 0 10px;
 }
 }}}


 After:

 {{{
 #edit-slug-box {
     color: #666;
     line-height: 24px;
     margin-top: 5px;
     min-height: 25px;
     padding: 0 10px 0 0; // enhancement
 }
 }}}



 The text was misaligned, and then lined the box above.

--

Comment:

 It was aligned before WordPress 3.8, see [attachment:32936-wp37.png]

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32936#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list