Added LinuxChix theme
[moodle-linuxchix.git] / lib / yui / datatable / assets / datatable-core.css
blobaab6e4055d2248228709670cf28a3b81fa3ac7ba
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;
20 th .yui-dt-resizer {
21 position:absolute;
22 margin-right:-6px;
23 right:0;
24 bottom:0;
25 width:6px;
26 height:100%;
27 cursor:w-resize;
28 cursor:col-resize;
31 /* foundational scrolling css */
32 .yui-dt-scrollable {
33 *overflow-y:auto; /* for ie */
35 .yui-dt-scrollable thead {
36 display:block; /* for safari and opera */
38 .yui-dt-scrollable thead tr {
39 position:relative; /* for ie */
41 .yui-dt-scrollbody {
42 display:block; /* for safari and opera */
43 overflow:auto; /* for gecko */
46 .yui-dt-editor {
47 position:absolute;z-index:9000;