mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-15 18:14:26 +00:00
Improve presentation when there are no available themes. Props solarissmoke, garyc40. fixes #16196
git-svn-id: https://develop.svn.wordpress.org/trunk@17303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3580,6 +3580,10 @@ span.imgedit-scale-warn {
|
||||
16.0 - Themes
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.theme-install-php .tablenav {
|
||||
height:auto;
|
||||
}
|
||||
|
||||
table#availablethemes {
|
||||
border-spacing: 0;
|
||||
border-width: 1px 0;
|
||||
@@ -3588,6 +3592,11 @@ table#availablethemes {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table#availablethemes .no-items td{
|
||||
border-width:0;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
td.available-theme {
|
||||
vertical-align: top;
|
||||
width: 240px;
|
||||
|
||||
Reference in New Issue
Block a user