History log of /yui3/src/panel/assets/panel-core.css
Revision Date Author Comments Expand
3adb0d80f3aad0b2be2fd6c8a45091d1e9fb5ec7 22-Feb-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Moved predefined `buttons` and styles from WidgetButtons to Panel. Panel now defines the default "close" button, along with its styles for both skins.

b6404034932ef0457b7eaffed707df8a48bf1681 13-Sep-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Improved Panel's CSS and button layout. WidgetButtons' `buttons` attribute now support a `classNames` property which will add CSS classes to the button Node. The default close button uses this to add `yui3-button-close` CSS class to itself. This change made it much easier to target the default styling of the close button and the styling that the Panel skins add. Relates to #2530952 Panel got its CSS reworked a bunch, especially for the CSS responsible for laying out the Panel's buttons. The `panel-core.css` is now much cleaner and only has style rules for the things that are layout specific while being skin agnostic. The styling for Panel's header is now much more flexible, while maintaining the position of the close button across browsers and various amounts of content. Fixes #2530978 Panel's Sam Skin CSS got a once over to tidy it up, while Panel's Night Skin underwent some major updates to make it's style work across more browsers.

de95993d095a066c90c4eb837b771b4698f63cb9 30-Aug-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Removed `.yui3-panel` selector from CSS rule which sets `float: right;`. Added newline to the end of sam panel-skin.css.

9fa8c945e3894e3f888e997887f7f514401f8b85 30-Aug-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Removed `.yui3-panel` selector from CSS rule which sets `float: right;`. Added newline to the end of sam panel-skin.css.

e22964a5bd54fca80aacad5c7c717c3bc15ac6d3 26-Jul-2011 Tilo Mitra <tilomitra@gmail.com>

fix test issue in IE + css fixes to panel to make it look decent in IE

a31d4503481b752a9ea058cce3d9b025d040a87c 21-Jul-2011 Tilo Mitra <tilomitra@gmail.com>

edit panel css + add manual tests + add index.mustache and component.json

ee74a9b6f5ad5927e569fb76b461d9b1493fd215 20-Jul-2011 Tilo Mitra <tilomitra@gmail.com>

skin Y.Panel + use newly created extensions

1b94590fd02ca19669dfb4b5deb563a290459d81 18-Jul-2011 Tilo Mitra <tilomitra@gmail.com>

initial commit for panel