Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / datatable / assets / datatable-core.css
blobb01291892c3a7df4577f42a9540954cea784db95
1 /*
2 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.5.2
6 */
7 /* foundational CSS */
8 .yui-dt {
9 border-bottom:1px solid transparent;
12 .yui-dt-noop {
13 border-bottom:none;
16 /* a11y headers */
17 .yui-dt-hd {
18 display: none;
21 .yui-dt-scrollable .yui-dt-hd {
22 display: block;
24 .yui-dt-scrollable .yui-dt-bd thead tr,
25 .yui-dt-scrollable .yui-dt-bd thead th {
26 position:absolute;
27 left:-1500px;
30 .yui-dt-scrollable tbody {
31 -moz-outline:none;
34 /* draggable columns */
35 .yui-dt-draggable {
36 cursor: move;
38 .yui-dt-coltarget {
39 position: absolute;
40 z-index: 999;
43 /* resizeable columns */
44 .yui-dt-hd {
45 zoom:1;
47 th.yui-dt-resizeable .yui-dt-liner {
48 position:relative;
50 .yui-dt-resizer {
51 position:absolute;
52 right:0;
53 bottom:0;
54 height:100%;
55 cursor:e-resize;
56 cursor:col-resize;
57 background:url(transparent.gif); /* bug 1816011 */
59 .yui-dt-resizerproxy {
60 visibility:hidden;
61 position:absolute;
62 z-index:9000;
63 background:url(transparent.gif); /* bug 1816011 */
66 /* hidden columns */
67 .yui-skin-sam th.yui-dt-hidden .yui-dt-liner,
68 .yui-skin-sam td.yui-dt-hidden .yui-dt-liner {
69 margin:0;
70 padding:0;
71 overflow:hidden;
72 white-space:nowrap;
75 /* vertical and horizontal scrolling */
76 .yui-dt-scrollable .yui-dt-bd {
77 overflow:auto;
79 .yui-dt-scrollable .yui-dt-hd {
80 overflow:hidden;
81 position:relative; /* for ie overflow bug http://rowanw.com/bugs/overflow_relative.htm */
84 /* editing */
85 .yui-dt-editor {
86 position:absolute;z-index:9000;