multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Dynamic widths

Open n0nick opened this issue 14 years ago • 1 comments

Replacing explicit width values with relative % values, to allow for a dynamic design.

To see the effect in the demo, you can remove the width attribute of div#wrapper and then resize the browser.

Note that a fix to the demo would be required so it looks the same as before (probably wrapping it in a fixed width element). Possible improvement: allow passing width as a parameter (to override '100%').

n0nick avatar Jun 01 '11 19:06 n0nick

The idea is good and the CSS seems to hold on, but I would perform a check to see of the layout is dynamic instead of forcing it on a static layout (perhaps check of the style set is using percentage instead of a fixed unit?

yanickrochon avatar Jul 27 '12 11:07 yanickrochon