Project

General

Profile

1
#page {
2
  height: 100%;
3
  padding-left: 135px;
4
  padding-top: 10px;
5
}
6

    
7
#body {
8
  overflow: none;
9
}
10

    
11
h1 {
12
  margin:0px;
13
}
14

    
15
#body_left {
16
  position: relative;
17
  float: left;
18
  top: 0px;
19
  height: 300px;
20
}
21
#body_right {
22
  position: relative;
23
  float: left;
24
  top: 0px;
25
  margin-left: 10px;
26
}
27

    
28
#exampleList, #menubar {
29
  display: block;
30
  position: absolute;
31
  left: 0px;
32
  top: 31px;
33
  bottom: 0px;
34
  overflow: auto;
35
  width: 130px;
36
  font-family: Verdana, geneva, arial, sans-serif;
37
  font-size: 8pt;
38
  bottom: 60px;
39
  }
40
  #exampleList a ,#menubar a{
41
font-weight: normal;
42
  color: white;
43
  }
44
  
45
  #exampleList ul , #menubar ul{
46
  background:  #3c78b5;
47
  margin: 0px;
48
  padding: 0px;
49
  display: inline;
50
  list-style-type: none;
51
  list-style-image: none;
52
  list-style-position: outside;
53
  font-size: 10px;
54
}
55

    
56
#exampleList li, #menubar li {
57
#mainButtonBar {
58
  position: relative;
59
  top: -25px;;
60
  margin-left: 1px;
61
  height:24px;
62
  width:144px;
63

    
64
}
65

    
66
#debug_button {
67
  display: none;
68
}
69

    
70
#footer {
71
  position: absolute;
72
  bottom: 20px;
73
  float: right;
74
  width: 300px;
75
  right: 0px;
76
}
77

    
78
/* 
79
 * Buttons
80
 */
81
.mbButton:hover {
82
  text-decoration: none;
83
}
84

    
85
/*
86
 * Metadata
87
 */
88

    
89
table.metadata {
90
  margin-left: 12px;
91
}
92

    
93
table.metadata td {
94
  vertical-align: top;
95
}
96

    
97
/*
98
 * LayerControl
99
 */
100

    
101
.nameLayerService {
102
  display: block;
103
  float: left;
104
  position: relative;
105
  width: 60px;
106
}
107

    
108
.nameLayerHeader {
109
  display: block;
110
  width: 250px;;
111
  text-align: left;
112
  position:absolute;
113
  top:10px;
114
  left:180px;
115
}
116

    
117

    
118
.inputLayerHeader
119
{
120
    display:inline;
121
    position:absolute;
122
}
123

    
124
#layerControl {
125
  position: absolute;
126
  left: 420px;
127
  top: 0px;
128
}
129

    
130
.layerControl {
131
  width: 460px;
132
  overflow: auto;
133
  height: 285px;
134
}
135

    
136
.layerLoading {
137
  display: block;
138
  position: absolute;
139
  right: 0px;
140
  top: 0px;
141
  padding: 7px;
142
  height: 17px;
143
  width: 17px;
144
}
145

    
146
.loadingIndicator {
147
  background-color: transparent;
148
}
149

    
150
#selectLayer {
151
  position: absolute;
152
  left: 420px;
153
  top: 375px;
154
}
155

    
156
#workspace h3  {
157
  overflow: none;
158
  padding-left: 15px;
159
}
160

    
161
/*
162
 * MaxFeatures
163
 */
164

    
165
.maxFeaturesText {
166
  position: relative;
167
  right: 0px;
168
  display: block;
169
  margin-left: 3px;
170
  bottom: 20px;
171
  font-size: 9px;
172
}
173

    
174
/*
175
 * Workspace
176
 */
177

    
178
/* fix horizontal scrollbar in layer control */
179
#workspace h2,h3
180
{
181
  padding: 0px;
182
}
183

    
184
.searchInput {
185
  width: 95px;
186
}
187

    
188

    
189
#cursorTrack {
190
  position: relative;
191
  top:-40px;
192
  left: 265px;
193
}
194

    
195
/* Don't show AOI box */
196
#locations {
197
  display: none;
198
}
199

    
(10-10/19)