Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 30e26ea0249d3b16f052b53ec3d0c7436364a989
  • 14.0 par défaut
  • 12.0 protégée
  • 13.0
4 résultats

account_banking_mandate_change_wizard.py

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;
    }