See the attached screenshot, please. I figured out this is caused by the following CSS setting. After i disabled the width the problem goes away. I think this fieldset's should be placed inside a 2 column div like panels layout with 2 columns. this would be cleaner.
panels_admin.css (line 33)
.layout-container fieldset {
width:98%;
}
| Comment | File | Size | Author |
|---|---|---|---|
| panels2_admin_fieldset_moving_outside.png | 12.46 KB | hass |
Comments
Comment #1
merlinofchaos commentedYea, it should be; kind of difficult with forms, though. Not impossible, just more work.
Does this still happen? I've made some changes to the CSS that might affect this; but I am not sure.
Comment #2
merlinofchaos commentedComment #3
hass commentedI tried today dev version and looked on page "admin/panels/panel-mini/add/twocol" and the problem is not fixed.
Comment #4
merlinofchaos commentedWell, I'm not seeing this in any of the default themes, and I'm not feeling terribly responsible for whatever theme you're using. I recommend fixing it in theme, as I do not like the 98% solution. That's not correct.
Comment #5
hass commentedIf you remove the with line in the following CSS the problem goes away. I think this is a CSS incompatibility / bug, nothing more. Please take a look if you are able to remove the 98% width. If not let me know i will look deeper inside this 49% width's of .layout-container (what looks wrong, too) and i will find what bugs here.
[panels_admin.css (line 34)]
Comment #6
merlinofchaos commentedOk, I am convinced. I was hasty. I'm not sure what's up with that 98%, but it might have had something to do with Safari. Will need to doublecheck that on Safari. It has weird issues with the fieldsets sometimes.
Comment #7
hass commentedI have no idea what safari does here, but if there is something broken, let me know i have a perfect solution named "subcolumns"... or you place the fieldset's inside your 2 column panel and this problem should be gone, too. thx
Comment #8
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.