fixed_table_rc.css
1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.ft_container {border: 1px solid #ddd;}
.ft_container table { border-width: 0px; border-collapse: collapse; margin: 0; outline-style: none; font-size: 0.9em; background-color: #fff; }
.ft_container table tr th { font-weight: bold; background: #0095da; color: #fff; }
.ft_container table thead { -moz-user-select: none;-webkit-user-select: none;}
.ft_container table tr th,
.ft_container table tr td {
border-collapse: collapse;
padding: 5px 4px;
border: 1px solid #CCCCCC;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
}
.ft_container table tr:first-child td,
.ft_container table tr:first-child th { border-top-width: 1px; border-color: #CCCCCC; }
.ft_container table tr td:first-child,
.ft_container table tr th:first-child { border-left-width: 1px; border-color: #CCCCCC; }
.ft_container { overflow: hidden; padding: 0px; }
.ft_rel_container { position: relative; overflow: hidden; border-width: 0px; width: 100%; height: 100%; }
.ft_r, .ft_rc { background-image: none; }
.ft_rc { position: absolute; z-index: 1005; }
.ft_r, .ft_c { position: relative; }
.ft_rwrapper, .ft_cwrapper { overflow: hidden; position: absolute; z-index: 1001; border-width: 0px; padding: 0px; margin: 0px; width:100% !important; }
/*.ft_rwrapper { width: 100%; padding-right: 17px; }*/
.ft_scroller { overflow: auto; height: 100%; padding: 0px; margin: 0px;}
.ft_container tbody tr.ui-widget-content, thead.ui-widget-header { background-image: none; }
.ft_container table.sorttable thead tr th { cursor: pointer; }
.ft_container table thead tr th.fx_sort_bg{ background-image: url(images/bg.gif); background-position: right center; background-repeat: no-repeat; }
.ft_container table thead tr th.fx_sort_asc{ background-image: url(images/asc.gif); }
.ft_container table thead tr th.fx_sort_desc{ background-image: url(images/desc.gif); }