[wp-meta] [Making WordPress.org] #270: MOBILE: Plugin page content is pushed below left-col sidebar, and is not responsive

Making WordPress.org noreply at wordpress.org
Fri Apr 25 20:03:21 UTC 2014


#270: MOBILE: Plugin page content is pushed below left-col sidebar, and is not
responsive
--------------------------+-------------------------------
  Reporter:  jtsternberg  |      Owner:
      Type:  defect       |     Status:  new
  Priority:  normal       |  Component:  Plugins Directory
Resolution:               |   Keywords:
--------------------------+-------------------------------
Changes (by brettshumaker):

 * cc: brettshumaker@… (added)


Comment:

 Here's a bit of CSS to make the login form a bit more user friendly at
 smaller screen sizes. Could be improved with some modification to the html
 in the form (eg. input fields expanding to fill the width of the page by
 removing "size" attribute).

 Feel free to use or ignore. :)

 {{{
 @media screen and (max-width:460px) {
     #headline .login {
         width: 91.35%;
     }
     #headline .login label {
         padding:0 0 10px;
     }
   }

 @media screen and (max-width:400px) {
     #headline .login label {
       display:block;
     }
   }
 }}}

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


More information about the wp-meta mailing list