[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 May 9 12:57:39 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:
--------------------------+-------------------------------
Comment (by nphaskins):
This hides the form and cleans up some margins, block items, etc.
Nitpicking.
{{{
// login form you preivously metioned hiding on mobile
.login {
position:absolute;
left:-10000px; //keeps on the screen for screen readers
and is a btter than display:none
}
// plugin description
#plugin-description {
padding:15px 15px 46px;
}
#plugin-description .shortdesc {
margin-bottom:1rem;
}
// download button
.description-right .button{
float:none;
clear:left;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/270#comment:22>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list