Use max-height rather than height for the hierarchical taxonomy admin metabox. props SergeyBiryukov, husobj. fixes #15925.

git-svn-id: https://develop.svn.wordpress.org/trunk@21971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-24 16:27:17 +00:00
parent a7175db279
commit 863d7eac47
1 changed files with 2 additions and 9 deletions

View File

@ -3330,20 +3330,13 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel {
height: 200px;
max-height: 200px;
overflow: auto;
padding: 0.5em 0.9em;
padding: 0 0.9em;
border-style: solid;
border-width: 1px;
}
.nav-menus-php .customlinkdiv div.tabs-panel,
.nav-menus-php .posttypediv div.tabs-panel,
.nav-menus-php .taxonomydiv div.tabs-panel {
height: auto;
max-height: 205px;
}
div.tabs-panel-active {
display:block;
}