NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / datatable-scroll / assets / datatable-scroll-core.css
blobf5a9b35f004e712d7c9f2ef2aafc2128d86ea145
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 /* foundational CSS */
9 .yui3-datatable-scrollable-x {
10 _overflow-x: hidden;
11 _position: relative;
14 .yui3-datatable-scrollable-y,
15 .yui3-datatable-scrollable-y .yui3-datatable-x-scroller {
16 _overflow-y: hidden;
17 _position: relative;
20 .yui3-datatable-y-scroller-container {
21 overflow-x: hidden;
22 position: relative;
25 .yui3-datatable-scrollable-y .yui3-datatable-content {
26 /* To allow absolute positioning of virtual scrollbar */
27 position: relative;
30 .yui3-datatable-scrollable-y .yui3-datatable-table .yui3-datatable-columns {
31 /* Prevent masked headers from showing during momentum scrolling */
32 visibility: hidden;
35 .yui3-datatable-scroll-columns {
36 position: absolute;
37 width: 100%;
38 z-index: 2;
41 .yui3-datatable-y-scroller,
42 .yui3-datatable-scrollable-x .yui3-datatable-caption-table {
43 width: 100%;
46 .yui3-datatable-x-scroller {
47 position: relative;
48 overflow-x: scroll;
49 overflow-y: hidden;
52 .yui3-datatable-scrollable-y .yui3-datatable-y-scroller {
53 position: relative;
54 overflow-x: hidden;
55 overflow-y: scroll;
56 z-index: 1;
57 -webkit-overflow-scrolling: touch;
60 .yui3-datatable-scrollbar {
61 position: absolute;
62 overflow-x: hidden;
63 overflow-y: scroll;
64 z-index: 2;
67 .yui3-datatable-scrollbar div {
68 position: absolute;
69 width: 1px;
70 visibility: hidden;
73 /* Removed because it prevented cmd + zoom resizing in Chrome (at least) */
75 .yui3-datatable-header {
76 -webkit-text-size-adjust: none;