Widget Customizer: Remove some specific styles for Widget Visibility from Jetpack.

This hasn't worked well and is now fixed upstream.

props westonruter.
see #27112.


git-svn-id: https://develop.svn.wordpress.org/trunk@27824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-03-28 20:43:29 +00:00
parent a2d810d024
commit 12ba5b0ff9
1 changed files with 0 additions and 9 deletions

View File

@ -42,15 +42,6 @@
margin-bottom: 0;
}
.customize-control-widget_form:not(.wide-widget-control) {
/**
* Prevent plugins (e.g. Widget Visibility in Jetpack) from forcing widget forms
* to be wide and so overflow the customizer panel
*/
left: auto !important;
max-width: 100%;
}
.customize-control-widget_form.wide-widget-control .widget-inside {
position: fixed;
left: 299px;