History log of /yui3/src/panel/assets/skins/sam/panel-skin.css
Revision Date Author Comments Expand
0ef8243786c920d8dbce150c162a48cb5831aacf 29-Feb-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Moved mask-related styles out of Panel and into WidgetModality.

df9403cf1c21b13e94a680aa38b9ccb148af6fcb 29-Feb-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Panel's skins now use `.yui3-panel` instead of `.yui3-panel-content`. Fixes 2531623

95edf1e71b991733a1f97861c78329dc06b1565b 24-Feb-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Improved support for Panel's [x] button. This sort of feels like too many hacks to get the concept of a single "close" button that renders as a normal button [Close] when in the footer, and as an icon button [x] when in the header. Feel free to convince me of something better :-/

5e68095f5a48408020d092958e85b988fecdc892 22-Feb-2012 Ryan Grove <ryan@wonko.com>

Convert panel sprites to PNG. Files aren't actually smaller than the GIF versions, but they likely will be if more icons are added down the road. Plus, GIF is so 90s.

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.

ac863882b030082183975cce11e31450079f0392 16-Dec-2011 Eric Ferraiuolo <eferraiuolo@gmail.com>

Removed all .yui-buttons CSS styles from Panel's CSS.

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.

9650943fa09e35bb8449a48df1c624029ab98299 05-Aug-2011 Tilo Mitra <tilomitra@gmail.com>

panel css changes to improve the positioning of the close button

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

7c8e4396f9846993dbd8fa11e53d3e7e7e8d3ca2 24-Jul-2011 Tilo Mitra <tilomitra@gmail.com>

update css + add sprite to panel as made my jeff. also update the manual test to reflect api changes made to widget-buttons

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

update panel css

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