]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - wradmin/public/yui/datatable/assets/datatable.css
Additional cleanup.
[philipp/winterrodeln/wradmin.git] / wradmin / public / yui / datatable / assets / datatable.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.7.0
6 */
7 /*foundational css*/\r
8 .yui-dt-table th, .yui-dt-table td {\r
9     overflow:hidden;\r
10 }\r
11 \r
12 th .yui-dt-header {\r
13     position:relative;\r
14 }\r
15 \r
16 th .yui-dt-label {\r
17     position:relative;\r
18     border-right:10px;\r
19 }\r
20 \r
21 th .yui-dt-resizer {\r
22     position:absolute;\r
23     margin-right:-6px;\r
24     right:0;\r
25     bottom:0;\r
26     width:6px;\r
27     height:100%;\r
28     cursor:w-resize;\r
29     cursor:col-resize;\r
30 }\r
31 \r
32 /* foundational scrolling css */\r
33 .yui-dt-scrollable  {\r
34     *overflow-y:auto; /* for ie */\r
35 }\r
36 .yui-dt-scrollable  thead {\r
37     display:block; /* for safari and opera */\r
38 }\r
39 .yui-dt-scrollable thead tr {\r
40     position:relative;  /* for ie */\r
41 }\r
42 .yui-dt-scrollbody {\r
43     display:block; /* for safari and opera */\r
44     overflow:auto; /* for gecko */\r
45 }\r
46 \r
47 .yui-dt-editor {\r
48     position:absolute;\r
49 }\r