[wp-trac] [WordPress Trac] #55272: The New Layout Fix For Plugin Install Page
WordPress Trac
noreply at wordpress.org
Mon Feb 28 08:03:51 UTC 2022
#55272: The New Layout Fix For Plugin Install Page
-----------------------------+-------------------------------
Reporter: sharjeelkhanvmi | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 5.9.1
Severity: normal | Keywords: needs-screenshots
Focuses: ui, css |
-----------------------------+-------------------------------
{{{
/*NEW CSS FOR PLUGIN INSTALL PAGE DESIGN IMPROVEMENTS 2022 FOR VERSION
5.9.1*/
.plugin-card .name
{
min-height: 30px;
height: auto;
margin-right: 0;
}
.plugin-card-top
{
min-height: 160px;
}
.widefat p
{
height: 40px;
overflow: hidden;
margin-top: 0;
margin-bottom: 60px;
}
.plugin-card
{border-radius: 6px;}
.plugin-card .desc {
margin-right: 00;
}
.plugin-card .action-links {
position: absolute;
bottom: 0;
left: auto;
top: auto;
width: 300px;
}
.plugin-action-buttons
{
display: flex;
flex-direction: row-reverse;
vertical-align: bottom;
}
.plugin-action-buttons li
{
margin: 0px 8px;
position: relative;
vertical-align: bottom;
}
.plugin-action-buttons .thickbox.open-plugin-details-modal
{
position: relative;
top: 10px;
}
.plugin-card .desc
{
display: flex;
flex-direction: column-reverse;
}
.plugin-icon
{
border-radius: 6px;
}
.plugin-card-bottom
{
border-radius: 0px 0px 6px 6px;
}
.plugin-card h3
{
height: 20px;
overflow: hidden;
margin-bottom: 0;
}
.widefat p.authors
{
height: auto;
margin-top: 8px;
margin-bottom: 10px;
}
/*NEW CSS FOR PLUGIN INSTALL PAGE DESIGN IMPROVEMENTS 2022 FOR VERSION
5.9.1*/
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55272>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list