forked from farinspace/jquery.tableScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery.tablescroll.css
More file actions
32 lines (23 loc) · 772 Bytes
/
jquery.tablescroll.css
File metadata and controls
32 lines (23 loc) · 772 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
.tablescroll
{ font: 12px normal Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; background-color:#fff; }
.tablescroll td,
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #ccc; }
.tablescroll td
{ padding:3px 5px; }
.tablescroll_wrapper
{ border-left:0; }
.tablescroll_head
{ font-size:11px; font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-bottom:3px; }
.tablescroll thead td
{ border-right:0; border-bottom:0; }
.tablescroll tbody td
{ border-right:0; border-bottom:0; }
.tablescroll tbody tr.first td
{ border-top:0; }
.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-top:3px; }
.tablescroll tfoot td
{ border-right:0; border-bottom:0; }