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.

Built from https://develop.svn.wordpress.org/trunk@27824


git-svn-id: http://core.svn.wordpress.org/trunk@27658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-03-28 20:44:15 +00:00
parent 5613b40981
commit d15863865a
4 changed files with 2 additions and 20 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
*/
right: auto !important;
max-width: 100%;
}
.customize-control-widget_form.wide-widget-control .widget-inside {
position: fixed;
right: 299px;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long