Added LinuxChix theme
[moodle-linuxchix.git] / lib / yui / datatable / assets / datatable.css
blob4130405cf7d41da601e8d56028b05a683f71e5a9
1 /*
2 Copyright (c) 2007, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.3.0
6 */
7 /*foundational css*/
8 .yui-dt-table th, .yui-dt-table td {
9 overflow:hidden;
12 th .yui-dt-header {
13 position:relative;
16 th .yui-dt-label {
17 position:relative;
18 border-right:10px;
21 th .yui-dt-resizer {
22 position:absolute;
23 margin-right:-6px;
24 right:0;
25 bottom:0;
26 width:6px;
27 height:100%;
28 cursor:w-resize;
29 cursor:col-resize;
32 /* foundational scrolling css */
33 .yui-dt-scrollable {
34 *overflow-y:auto; /* for ie */
36 .yui-dt-scrollable thead {
37 display:block; /* for safari and opera */
39 .yui-dt-scrollable thead tr {
40 position:relative; /* for ie */
42 .yui-dt-scrollbody {
43 display:block; /* for safari and opera */
44 overflow:auto; /* for gecko */
47 .yui-dt-editor {
48 position:absolute;