History log of /yui3/src/panel/assets/skins/night/panel-skin.css
Revision Date Author Comments Expand
50e2c6ac77fc06f9e7cddfec52bd633610d3aade 02-Mar-2012 Jeff Conniff <jconniff@yahoo-inc.com>

skin night, panel, footer, padding reduction

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

Fixed double `.yui3-panel .yui3-panel` selectors.

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.

acc1707a61033a9cc34cb55849a9b3190385867b 21-Sep-2011 Jeff Conniff <jconniff@yahoo-inc.com>

removing background color etc. from .yui3-skin-night for several c

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.

dbd7121f9e8d7496206fdfd8bc24d6a075db7d33 30-Aug-2011 Jeff Conniff <jconniff@yahoo-inc.com>

fixed #2530937 Panel with skin Night is broken

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

skin Y.Panel + use newly created extensions

58fdb3802104fe93b4ae18b8fb8984bd44f895a1 19-Jul-2011 Tilo Mitra <tilomitra@gmail.com>

panel build + a bit of css skinning

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

initial commit for panel