@abi-software/flatmap-viewer 2.5.0-a.2 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -230,139 +230,9 @@ label[for=layer-all-layers] {
230
230
  font-weight: bold;
231
231
  }
232
232
 
233
- /* Annotator */
234
- .flex-auto {
235
- flex: 1 1 auto;
233
+ /* Control buttons for standalone annotation */
234
+ .mapbox-gl-draw_ctrl-draw-btn.active {
235
+ background-color: #FBB !important;
236
236
  }
237
237
 
238
- #flatmap-annotation-panel {
239
- display: flex;
240
- flex-direction: column;
241
- flex-wrap: nowrap;
242
- height: 100%;
243
- }
244
- #flatmap-annotation-form
245
- {
246
- flex: auto;
247
- }
248
-
249
- #flatmap-annotation-feature,
250
- #flatmap-annotation-form,
251
- #flatmap-annotation-existing
252
- {
253
- padding: 4px;
254
- }
255
- #flatmap-annotation-feature,
256
- #flatmap-annotation-existing
257
- {
258
- background-color: #DDD;
259
- border: 2px solid #888;
260
- }
261
-
262
- #flatmap-annotation-existing
263
- {
264
- overflow: scroll;
265
- max-height: 400px;
266
- }
267
-
268
- .flatmap-annotation-prompt
269
- {
270
- font-weight: bold;
271
- display: inline-block;
272
- min-width: 80px;
273
- padding-right: 6px;
274
- vertical-align: top;
275
- }
276
-
277
- .flatmap-annotation-value
278
- {
279
- display: inline-block;
280
- vertical-align: top;
281
- }
282
-
283
- #flatmap-annotation-formdata
284
- {
285
- display: flex;
286
- flex-direction: column;
287
- flex-wrap: nowrap;
288
- padding-right: 4px;
289
- }
290
-
291
- #flatmap-annotation-formdata div
292
- {
293
- padding-top: 4px;
294
- padding-bottom: 4px;
295
- }
296
-
297
- .flatmap-annotation-entry {
298
- display: flex;
299
- flex-wrap: nowrap;
300
- }
301
-
302
- #flatmap-annotation-form input,
303
- #flatmap-annotation-form .multiple,
304
- #flatmap-annotation-form select,
305
- #flatmap-annotation-form textarea
306
- {
307
- flex: auto;
308
- }
309
-
310
- #flatmap-annotation-form label
311
- {
312
- padding-right: 6px;
313
- display: inline-block;
314
- width: 80px;
315
- }
316
- #flatmap-annotation-form .multiple,
317
- #flatmap-annotation-form textarea
318
- {
319
- width: 360px;
320
- }
321
- #flatmap-annotation-form input[type="text"]
322
- {
323
- width: 300px;
324
- }
325
- #flatmap-annotation-form .multiple
326
- {
327
- padding:0;
328
- }
329
- #flatmap-annotation-form select
330
- {
331
- width: 160px;
332
- }
333
- #flatmap-annotation-form input[type="button"]
334
- {
335
- float: right;
336
- background-color: #BBB;
337
- }
338
-
339
- #annotation-feature-selection
340
- {
341
- display: flex;
342
- }
343
-
344
- #annotation-feature-buttons
345
- {
346
- float: right;
347
- padding-top: 10px;
348
- padding-bottom: 10px;
349
- }
350
-
351
- .jsPanel-title {
352
- font-size: 1.4em !important;
353
- font-weight: bold !important;
354
- }
355
-
356
- .jsPanel-content
357
- {
358
- background-color: #EEE !important;
359
- }
360
- .jsPanel-hdr,
361
- .jsPanel-ftr
362
- {
363
- background-color: #BBB !important;
364
- }
365
- .jsPanel-ftr-btn {
366
- cursor: pointer;
367
- }
368
238
  /* End of file */