CMS icon indicating copy to clipboard operation
CMS copied to clipboard

Change width of inline editor

Open bjornstromblom opened this issue 12 years ago • 1 comments

Hello,

Than you for fixing the bugs i reported so fast! This is more of a suggestion then a bug.

The inline editor iframe has a fixed width of 770px. The body of the iframe has a width 100% and a padding of 20px. This gives a result like this on my 1920px width screen:

image

And adds a vertical scroll bar for no god reason

image

If it's possible to change the div with classes: "ui-dialog-content ui-widget-content" to use width 80% instead. And change the iframe body from width 100% to width auto. I get something like this:

image

I guess the height of the iframe/modal window might need some work to. That i don't have any suggestions for.

bjornstromblom avatar Feb 10 '14 07:02 bjornstromblom

To fix it remove width:100% in grid.less in the body rule body { /width: 100%;/ .clearfix; }

hrvoje-grabusic avatar Mar 07 '14 21:03 hrvoje-grabusic