mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Plugin install: display cards in groups if the API returns them with the appropriate information. props tellyworth. fixes #28673.
git-svn-id: https://develop.svn.wordpress.org/trunk@29225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1216,6 +1216,16 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
|
||||
}
|
||||
|
||||
/* Plugin card table view */
|
||||
.plugin-group {
|
||||
overflow: hidden; /* clearfix */
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
.plugin-group:first-of-type,
|
||||
.plugin-group h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.plugin-card {
|
||||
float: left;
|
||||
margin: 0 8px 16px;
|
||||
|
||||
Reference in New Issue
Block a user