source: sipes/modules_contrib/openlayers/openlayers.css @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100644
File size: 578 octetos
Línea 
1
2/**
3 * @file
4 * OpenLayers Main CSS
5 *
6 * This file holds the base CSS for the openlayers module
7 *
8 * @ingroup openlayers
9 */
10
11.openlayers-cck-feature-selected { border: 2px solid blue; }
12
13.openlayers-map {
14  z-index:0;
15  position:relative;
16}
17
18/**
19 * prevent rtl translations from mirroring
20 * vector layers
21 */
22.openlayers-map .olLayerDiv {
23  direction: ltr;
24}
25
26/**
27 * Controls
28 */
29.openlayers-controls {
30        z-index:1000;
31}
32
33/**
34 * This is a 'sensible default' for a weird decision
35 * by OpenLayers to make 404 tiles pink.
36 */
37.olImageLoadError {
38  background: transparent;
39}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.