[wp-meta] [Making WordPress.org] #1367: Plugin directory: Adjust CSS for Japanese download button

Making WordPress.org noreply at wordpress.org
Wed Nov 4 20:39:03 UTC 2015


#1367: Plugin directory: Adjust CSS for Japanese download button
---------------------+------------------------------
  Reporter:  Nao     |      Owner:
      Type:  defect  |     Status:  new
  Priority:  normal  |  Component:  Plugin Directory
Resolution:          |   Keywords:
---------------------+------------------------------

Comment (by ocean90):

 We could also reduce the padding on the left side

 {{{
 Index: style-wp4.css
 ===================================================================
 --- style-wp4.css       (revision 11093)
 +++ style-wp4.css       (working copy)
 @@ -294,7 +294,7 @@

  #plugin-description {
         overflow: hidden;
 -       padding: 30px 15px 55px 30px;
 +       padding: 30px 15px 55px;
         font-size: 16px;
         line-height: 24px;
         margin: 0 0 30px;
 @@ -307,7 +307,7 @@
  }

  #plugin-description .shortdesc {
 -       width: 502px;
 +       width: 497px;
         float: left;
         margin-bottom: 0;
         font-family: Georgia,"Bitstream Vera Serif","Times New
 Roman",serif;
 @@ -357,7 +357,7 @@
         overflow: hidden;
         width: 743px;
         height: 30px;
 -       padding: 10px 0 0 29px;
 +       padding: 10px 0 0 15px;
         margin-bottom: 29px;
  }
 }}}

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


More information about the wp-meta mailing list