Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • dac534bfa600c55f5ed1c1a1b657c1b19743f609
  • master par défaut protégée
  • v1.4.0
  • v1.3.1
  • v1.3.0
  • v1.2.9
  • v1.2.8
  • v1.2.7
  • v1.2.6
  • v1.2.5
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.1
  • v1.0.0
20 résultats

map.css

Blame
  • map.css 514 o
    /* Styles for the body as whole */
    body {
    	margin: 0;
    }
    
    /* Styles for the map header div */
    div#header-container {
    	position: absolute;
    	top: 1px;
    	left: 1px;
    	width: 320px;
    	z-index: 30;
    }
    
    /* Container for the map svg */
    div#map-container {
    	position: absolute;
    	width: 100%;
    	height: 100%;
    }
    
    /* Class to remove shadow from bootstrap buttons */
    .btn-noshadow:focus,
    .btn-noshadow:active {
    	outline: none;
    	-webkit-box-shadow: none !important;
    	-moz-box-shadow: none !important;
    	box-shadow: none !important;
    }