[wp-trac] [WordPress Trac] #34199: Plugin "Install Now" button is vertically misaligned

WordPress Trac noreply at wordpress.org
Wed Oct 21 21:28:20 UTC 2015


#34199: Plugin "Install Now" button is vertically misaligned
--------------------------+------------------------------
 Reporter:  paulwilde     |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Plugins       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  ui
--------------------------+------------------------------

Comment (by afercia):

 Reviewing a bit the dialog modal CSS, there are things I don't fully
 understand and probably are leftovers, unless I'm missing something. For
 example the class `.wrap` should be reserved for the main content wrapper
 in the admin screens and not user here. Also, don't know what is supposed
 to do setting an element to `position: relative;` and then specifying the
 position properties set to `0`, e.g.:
 {{{
 position: relative;
 top: 0;
 right: 0;
 left: 0;
 }}}
 By the way these are things out of the scope of this ticket and should go
 in a separate ticket as part of a major CSS cleaning. cc @helen :)

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


More information about the wp-trac mailing list