Plugin details: Correctly calculate the height of the right column for plugins without banners.
Comment these magic numbers. see #27440, [29474]. Built from https://develop.svn.wordpress.org/trunk@29590 git-svn-id: http://core.svn.wordpress.org/trunk@29364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2255,6 +2255,13 @@ div.action-links {
|
||||
left: 0;
|
||||
right: 0;
|
||||
min-height: 100%;
|
||||
/* Height of title + tabs + install now */
|
||||
min-height: -webkit-calc( 100% - 152px );
|
||||
min-height: calc( 100% - 152px );
|
||||
}
|
||||
|
||||
#plugin-information-content.with-banner {
|
||||
/* Height of banner + tabs + install now */
|
||||
min-height: -webkit-calc( 100% - 346px );
|
||||
min-height: calc( 100% - 346px );
|
||||
}
|
||||
|
||||
@@ -2255,6 +2255,13 @@ div.action-links {
|
||||
right: 0;
|
||||
left: 0;
|
||||
min-height: 100%;
|
||||
/* Height of title + tabs + install now */
|
||||
min-height: -webkit-calc( 100% - 152px );
|
||||
min-height: calc( 100% - 152px );
|
||||
}
|
||||
|
||||
#plugin-information-content.with-banner {
|
||||
/* Height of banner + tabs + install now */
|
||||
min-height: -webkit-calc( 100% - 346px );
|
||||
min-height: calc( 100% - 346px );
|
||||
}
|
||||
|
||||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user