File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ jQuery( function( $ ) {
2020
2121 window . tb_position = function ( ) {
2222 var width = $ ( window ) . width ( ) ,
23- H = $ ( window ) . height ( ) - ( ( 792 < width ) ? 60 : 20 ) ,
23+ H = $ ( window ) . height ( ) - ( ( 792 < width ) ? 60 : 40 ) ,
2424 W = ( 792 < width ) ? 772 : width - 20 ;
2525
2626 tbWindow = $ ( '#TB_window' ) ;
Original file line number Diff line number Diff line change @@ -2804,7 +2804,7 @@ div.action-links {
28042804# plugin-information-scrollable {
28052805 overflow : auto;
28062806 -webkit-overflow-scrolling : touch;
2807- height : 100% ;
2807+ height : calc ( 100% - 67 px ) ;
28082808}
28092809
28102810# plugin-information-title {
@@ -3204,11 +3204,6 @@ div.action-links {
32043204 # plugin-information .fyi small {
32053205 display : none;
32063206 }
3207-
3208- # plugin-information-footer {
3209- padding : 12px 16px 0 ;
3210- height : 46px ;
3211- }
32123207}
32133208
32143209/* Thickbox for the Plugin details modal. */
You can’t perform that action at this time.
0 commit comments