[wp-trac] [WordPress Trac] #37341: Improvements to the list-table.css (breaks the plugin info popup)

WordPress Trac noreply at wordpress.org
Tue Jul 12 13:27:38 UTC 2016


#37341: Improvements to the list-table.css (breaks the plugin info popup)
-----------------------------+-----------------------------
 Reporter:  tivnet           |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  4.5.3
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 The problem appears '''in the "View Details" popup''' with '''custom
 updater''' scripts when the information sections are retrieved from a 3rd
 party server, not from the WP-org.

 For example, when plugins use WooCommerce API Manager, the sections are
 regular pages and they might have any markup, including headings and
 images.

 '''Fix 1.'''
 In `list-tables.css`:

 {{{
 .plugin-install-php h2 {
    clear: both;
 }
 }}}

 forces the H2 line jumping down, after the `.fyi` DIV at the right.

 '''Fix 2.'''
 Images must not go wider than their container.

 A possible fix would be adding the following rules to the `list-
 table.css`:

 {{{
 #section-holder .section h2 {
         clear: none;
 }

 #section-holder .section img {
         max-width: 100%
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37341>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list