Mercurial > hg > ChinaGisRestApi
comparison gis_gui/blocks/table.css @ 182:f97c3bdd9818
tables now with scrollbar
author | fknauft |
---|---|
date | Fri, 11 Feb 2011 15:23:36 +0100 |
parents | 7f008e782563 |
children |
comparison
equal
deleted
inserted
replaced
181:b51bef861494 | 182:f97c3bdd9818 |
---|---|
1 div.content div.table_container { | 1 div.content div.table_container { |
2 background-color: #ffffff; | 2 background-color: #ffffff; |
3 width:80%; | 3 width:90%; |
4 | |
5 position:relative; | 4 position:relative; |
6 left: 80px; | 5 left: 50px; |
7 margin-top:40px; | 6 margin-top:40px; |
7 height:350px; | |
8 } | 8 } |
9 | 9 |
10 | 10 |
11 .compacted{ | 11 .compacted{ |
12 max-width: 80px; | 12 max-width: 80px; |
13 white-space: nowrap; | 13 white-space: nowrap; |
14 overflow: hidden; | 14 overflow: hidden; |
15 } | 15 } |
16 | 16 |
17 .paginate_enabled_next, .paginate_enabled_previous, span.paginate_button { | 17 .paginate_enabled_next, .paginate_enabled_previous, span.paginate_button { |
18 margin: 10px; | 18 margin: 10px; |
19 color: #0000bb; | 19 color: #0000bb; |
20 text-decoration: underline; | 20 text-decoration: underline; |
21 } | 21 } |
22 | 22 |
23 .hidden { | 23 .hidden { |
24 /*background-color: #bbbbbb;*/ | 24 /*background-color: #bbbbbb;*/ |
25 text-decoration: line-through; | 25 text-decoration: line-through; |
26 } | 26 } |
27 | 27 |
28 .dataTables_paginate { | 28 .dataTables_paginate { |
29 display:inline; /*normal;*/ | 29 display:inline; /*normal;*/ |
30 text-align:center; | 30 text-align:center; |
31 } | 31 } |
32 | 32 |
33 .dataTables_length { | 33 .dataTables_length { |
34 width: 45%; | 34 width: 45%; |
35 float:left; | 35 float:left; |
36 clear:none; | 36 clear:none; |
37 } | |
38 | |
39 .dataTables_wrapper { | |
40 overflow:auto; | |
37 } | 41 } |
38 | 42 |
39 .dataTables_filter { | 43 .dataTables_filter { |
40 width: 45%; | 44 width: 45%; |
41 float:right; | 45 float:right; |
42 text-align: right; | 46 text-align: right; |
43 clear:none; | 47 clear:none; |
44 margin-bottom:5px; | 48 margin-bottom:5px; |
45 } | 49 } |
46 | 50 |
47 .datatable { | 51 .datatable { |
48 clear: both; | 52 clear: both; |
49 } | 53 } |