annotate gis_gui/blocks/table.css @ 227:11dea0923d2f

Upload of xml-tables with empty Cells possible
author fknauft
date Thu, 28 Apr 2011 16:00:26 +0200
parents f97c3bdd9818
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
1 div.content div.table_container {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
2 background-color: #ffffff;
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
3 width:90%;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
4 position:relative;
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
5 left: 50px;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
6 margin-top:40px;
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
7 height:350px;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
8 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
9
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
10
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
11 .compacted{
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
12 max-width: 80px;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
13 white-space: nowrap;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
14 overflow: hidden;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
15 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
16
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
17 .paginate_enabled_next, .paginate_enabled_previous, span.paginate_button {
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
18 margin: 10px;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
19 color: #0000bb;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
20 text-decoration: underline;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
21 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
22
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
23 .hidden {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
24 /*background-color: #bbbbbb;*/
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
25 text-decoration: line-through;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
26 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
27
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
28 .dataTables_paginate {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
29 display:inline; /*normal;*/
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
30 text-align:center;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
31 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
32
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
33 .dataTables_length {
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
34 width: 45%;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
35 float:left;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
36 clear:none;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
37 }
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
38
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
39 .dataTables_wrapper {
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
40 overflow:auto;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
41 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
42
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
43 .dataTables_filter {
182
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
44 width: 45%;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
45 float:right;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
46 text-align: right;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
47 clear:none;
f97c3bdd9818 tables now with scrollbar
fknauft
parents: 63
diff changeset
48 margin-bottom:5px;
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
49 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
50
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
51 .datatable {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
52 clear: both;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
53 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
54
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
55 .dataTables_info {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
56 float: left;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
57 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
58
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
59 .dataTables_paginate {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
60 float: left;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
61 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
62
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
63 table.overview td {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
64 background-color: #bbbbff;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
65 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
66 table.overview th {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
67 background-color: #bbbbbb;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
68 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
69
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
70 table.overview {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
71 width: 800px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
72 float:right;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
73 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
74
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
75
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
76 #tooltip {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
77 position: absolute;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
78 z-index: 3000;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
79 border: 1px solid #111;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
80 background-color: #eee;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
81 padding: 5px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
82 opacity: 0.85;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
83 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
84 #tooltip h3, #tooltip div { margin: 0; }