Theme Installer: Fix sorting, counts, keyboard navigation; add prev/next to previews.
props matveb. see #27055. Built from https://develop.svn.wordpress.org/trunk@27937 git-svn-id: http://core.svn.wordpress.org/trunk@27767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1289,8 +1289,11 @@ body.more-filters-opened.filters-applied .theme-browser {
|
||||
margin: 0 5px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
.more-filters-container .filtering-by a {
|
||||
margin-left: 10px;
|
||||
}
|
||||
body.filters-applied .more-filters-container .filters-group,
|
||||
body.filters-applied .more-filters-container a,
|
||||
body.filters-applied .more-filters-container a.button,
|
||||
body.filters-applied .more-filters-container br {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -1509,7 +1512,7 @@ body.full-overlay-active {
|
||||
margin: 0;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
background: transparent;
|
||||
background: #eee;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
@@ -1672,6 +1675,16 @@ body.full-overlay-active {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-full-overlay .theme-navigation {
|
||||
padding: 10px 20px;
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.wp-full-overlay .theme-navigation .next-theme {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
.wp-full-overlay,
|
||||
.wp-full-overlay-sidebar,
|
||||
@@ -1750,7 +1763,7 @@ body.full-overlay-active {
|
||||
|
||||
.install-theme-info {
|
||||
display: none;
|
||||
padding: 10px 20px 20px;
|
||||
padding: 10px 20px 60px;
|
||||
}
|
||||
|
||||
.single-theme .install-theme-info {
|
||||
|
||||
Reference in New Issue
Block a user