[wp-meta] [Making WordPress.org] #796: Make the plugin list inline-blocks to maintain layouts with long plugin titles

Making WordPress.org noreply at wordpress.org
Sun Mar 1 20:26:35 UTC 2015


#796: Make the plugin list inline-blocks to maintain layouts with long plugin
titles
----------------------+-----------------------------------
  Reporter:  Clorith  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  normal   |  Component:  Profiles
Resolution:           |   Keywords:  has-patch ui-feedback
----------------------+-----------------------------------
Changes (by melchoyce):

 * keywords:  has-patch => has-patch ui-feedback


Comment:

 Inline-block makes sense for a cleaner grid, but we shouldn't wrap the
 plugin titles around the icons — the icon should remain left and the title
 and download count should remain on the right. I also think we can tighten
 up the line-height a bit on both the title and download counter.

 Here's the css I updated:

 {{{
 .main-plugins ul li {
     line-height: 1.4;
 }

 .main-plugins ul li h3 {
     margin: 2px 0 4px 0;
 }
 /* Was just h3, but that feels so unspecific to me... I'd worry about it
 cascading */
 }}}

 Attachment incoming.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/796#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list