------------------
- Established Sunburst-specific browser view similar to ploneview and moved
out the logic of applying special width/position CSS class on
portal-column-content from main_template.pt to that view.
Closes http://dev.plone.org/plone/ticket/10292
[spliter]
- Set up testing environment for the package
[spliter]
- Inline images should not have borders (makes it hard to insert graphics that
are part of a sentence, or similar), and we don't have any other round
elements in the basic design (the edit bar is special, and is round to
differentiate itself from the "stable elements"), so removed the rounded
corners for image frames.
[limi]
- Added some padding to a <fieldset> in order to have better-looking forms.
References http://dev.plone.org/plone/ticket/9824
[spliter]
- Moved language selector and personal tools viewlets into plone.portalheader
viewlet manager and re-positioned them relatively instead of absolute.
Closes http://dev.plone.org/plone/ticket/10252
[spliter]
- Hide the "up to groups overview" link and fieldset border in the "add group"
overlay.
Closes http://dev.plone.org/plone/ticket/10149
Closes http://dev.plone.org/plone/ticket/10150
[stuttle]
- Replaced references to redundant region-content to content in stylesheets.
References http://dev.plone.org/plone/ticket/10231
[spliter]
- Adding back IE8.js to fix Sunburst for IE6/7, re-enabling mobile device
support.
[limi]
- Adding IE8.js v2.1 beta, this should resolve the issues with media selectors,
and let us re-enable the mobile support again. Thanks to Dean Edwards for
fixing this.
[limi]