import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
/* foundational CSS */
|
||||
|
||||
@ -36,8 +36,14 @@ version: 2.6.0
|
||||
-moz-outline:none;
|
||||
}
|
||||
|
||||
/* sortable columns */
|
||||
|
||||
.yui-skin-sam thead .yui-dt-sortable {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
/* draggable columns */
|
||||
.yui-dt-draggable {
|
||||
.yui-skin-sam thead .yui-dt-draggable {
|
||||
cursor: move;
|
||||
}
|
||||
.yui-dt-coltarget {
|
||||
@ -65,6 +71,7 @@ th.yui-dt-resizeable .yui-dt-resizerliner {
|
||||
visibility:hidden;
|
||||
position:absolute;
|
||||
z-index:9000;
|
||||
background-color:#CCC;opacity:0;filter: alpha(opacity=0); /* Bug 1952811: IE transparency z-index */
|
||||
}
|
||||
|
||||
/* hidden columns */
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
/*foundational css*/
|
||||
.yui-dt-table th, .yui-dt-table td {
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
|
||||
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.net/yui/license.txt
|
||||
version: 2.6.0
|
||||
version: 2.7.0
|
||||
*/
|
||||
/* basic skin styles */
|
||||
.yui-skin-sam .yui-dt table {
|
||||
@ -67,7 +67,7 @@ version: 2.6.0
|
||||
.yui-skin-sam .yui-dt-mask {
|
||||
background-color: #000;
|
||||
opacity: .25;
|
||||
*filter: alpha(opacity=25); /* Set opacity in IE */
|
||||
filter: alpha(opacity=25); /* Set opacity in IE */
|
||||
}
|
||||
|
||||
/* messaging */
|
||||
@ -82,9 +82,6 @@ version: 2.6.0
|
||||
.yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td {border-bottom:1px solid #7F7F7F;}
|
||||
|
||||
/* sortable columns */
|
||||
.yui-skin-sam thead .yui-dt-sortable {
|
||||
cursor:pointer;
|
||||
}
|
||||
.yui-skin-sam th.yui-dt-asc,
|
||||
.yui-skin-sam th.yui-dt-desc {
|
||||
background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -100px; /* sorted header gradient */
|
||||
|
File diff suppressed because one or more lines are too long
696
webdir/javascript/yui/datatable/datatable-debug.js
vendored
696
webdir/javascript/yui/datatable/datatable-debug.js
vendored
File diff suppressed because it is too large
Load Diff
48
webdir/javascript/yui/datatable/datatable-min.js
vendored
48
webdir/javascript/yui/datatable/datatable-min.js
vendored
File diff suppressed because one or more lines are too long
652
webdir/javascript/yui/datatable/datatable.js
vendored
652
webdir/javascript/yui/datatable/datatable.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user