-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathui.css
More file actions
85 lines (69 loc) · 1.23 KB
/
ui.css
File metadata and controls
85 lines (69 loc) · 1.23 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
html { height: 100% }
body {
height: 100%;
}
.navigation-input {
height: 18px;
margin-bottom: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.search-form {
margin-top: 2px;
}
#status-modal {
display:none;
}
#search-action {
display: inline-block;
vertical-align: middle;
margin-top: 1px;
}
#search-button {
margin-bottom: 5px;
margin-top: 0px;
}
.logo {
margin: 4px;
}
#map-canvas {
width: 100%;
height: 100%;
}
#filter-div {
position: absolute;
top: 42px;
left: 1px;
z-index: 2;
padding: 10px;
display: none;
}
#filter-form {
padding: 10px;
}
#no-results-alert {
position: absolute;
top: 50px;
left: 50%;
margin-left: -100px;
z-index: 100;
display: none;
}
.dropdown-open {
display: block;
z-index: 0;
}
#map-canvas img{max-width: inherit;}
table.tablesorter thead tr .header {
background-image: url(img/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
background-image: url(img/desc.gif);
}