-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjQuery.freezeTable.css
More file actions
51 lines (44 loc) · 915 Bytes
/
jQuery.freezeTable.css
File metadata and controls
51 lines (44 loc) · 915 Bytes
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
45
46
47
48
49
50
51
.freezetable-tooltip
{
background-color: #dfe0e4;
border: 1px solid #f90;
white-space: nowrap;
padding: 3px 5px;
font-size: 11px;
}
.columns-resize-line
{
border-left: 2px dashed #bdbdbd;
width: 0px;
}
.freeze-column-resize-bar
{
cursor: col-resize;
}
.horizontal-scroll-bar-left
{
border-right: 2px solid #bdbdbd;
-webkit-box-shadow: 5px 0 5px #DDD;
box-shadow: 5px 0 5px #DDD;
}
.horizontal-scroll-bar-left > .icon
{
background: url("Images/Icon_Left.png") no-repeat center center;
width: 14px;
height: 33px;
}
.horizontal-scroll-bar-right > .icon
{
background: url("Images/Icon_Right.png") no-repeat center center;
width: 14px;
height: 33px;
}
.table-container
{
border: 1px solid #cccccc;
}
.table-container td, .table-container td *
{
white-space: nowrap;
overflow: hidden;
}