summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/_inc/jetpack-admin.js')
-rw-r--r--plugins/jetpack/_inc/jetpack-admin.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/jetpack/_inc/jetpack-admin.js b/plugins/jetpack/_inc/jetpack-admin.js
index 5e02519a..074d43fc 100644
--- a/plugins/jetpack/_inc/jetpack-admin.js
+++ b/plugins/jetpack/_inc/jetpack-admin.js
@@ -28,6 +28,10 @@
$body.removeClass('jp-frame-top-fixed');
}
});
+
+ $( 'table.jetpack-modules', jpBottomFrame ).addClass( 'with-transparency' );
+ $( '.manage-left', jpBottomFrame ).css( 'width', '' );
+ $( '.manage-right', jpBottomFrame ).show();
}
function initEvents() {