History log of /yui3/src/datatable/assets/skins/night/datatable-scroll-skin.css
Revision Date Author Comments Expand
5c12631bd2fb070ba645b3d749078e072b417a4f 04-Mar-2012 Luke Smith <lsmith@yahoo-inc.com>

Apply fixed header liner padding dynamically With the removal of the sort liner, the header padding is being overridden to allow space for the sort indicator, but the scoll liner padding was fixed at 4px 10px. This change makes the liner styling more robust, since it can adapt to outside influences of individual header padding.

ec9c91e7570a04fd93e9ab0832e848bfe61fa28c 28-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Last changes to get datatable-scroll working * Added cellspacing="0" to core and fixed header template and removed *border-collapse: collapse hack for IE * Double wrapped the Y scrolling nodes. New <div> has the border and contains the fixed headers and the overflow <div>. This obviated some dim calculations to work around border widths for placement of the fixed header. Also allowed an overflow-x: hidden rule to hide any column width rounding issues resulting in the fixed headers being 1px too wide and overflowing the previous yScrollNode border. * Use table.replace(wrapper).appendTo(wrapper) instead of table.wrap(wrapper) because IE (I forget which version--6 or 7, I think) did all sorts of stupid things, like extracting the last table cell and wrapping the rest of the table inside it. It's probably a bug that needs addressing in Node.prototype.wrap, but this solution also works. I do believe this will be the shipped version of datatable-scroll. Hurrah!

64bf48446450c9a609a7f3768b8fc194780a40d8 28-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Improve xy scrolling, templates now protected

b997a309ae6157688d370ccbdb9cffe508d8b87c 28-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

X scrolling improved, +caption support in x scroll

be31fbbe862e12318b8c6649a5c5742c72a9e537 27-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Left border from table to container for x scroll

65f74abe0edda83a11d7815c8c544d23ff68c531 25-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Remove tags from css, use new calc for table width Rather than jump through style hoops, use the clientWidth of the scrolling container. Still not perfect, but close enough for now.

ee2ba0858403cc7b1eea260bc2aea5fb863b233e 18-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Initial drop of scrollable DataTable refactor Still a few niggling details to work out, but it's a pretty good starting point.

fc898f11f7bdfeda4964ea9d2d1d1ad770a9fdbd 12-Jan-2012 Luke Smith <lsmith@yahoo-inc.com>

Remove liner divs. Reduce CSS. Add skinnable:true