Hi,

I am currently writing a extension module for the IPE. While I was applying css styles to the IPE pane wrappers, I found some css properties which bug me a lot and I see no use for these:

.panels-flexible-region-[ipe id here]-center {
  width: 99%;
}

Here we scale down the whole width because of the ie6. This will narrow the ipe design and may bug some of the editors!
We do this just because of IE6, a browser no one uses anymore? Lets drop this!

.panels-ipe-editing div.panels-ipe-portlet-wrapper {
  width: 100%;
}

The portlet wrappers are divs. Divs are block elements. Block elements automatically have 100% width of the parent element. There is no reason for that style.

In my case, this property always overwrites the width property from my applied css class... Thats not nice at all!

Please test the patch and commit it to the dev, I am like 100% sure this won't break any IPE functionalities!

Greetings,
axe312

CommentFileSizeAuthor
panels-clean_up_ipe_css.patch2.12 KBaxe312
Support from Acquia helps fund testing for Drupal Acquia logo