style.css (1088B)
1 .icon-azimuth { 2 background-image: url('compass-pointing-north-east.svg'); 3 } 4 5 .leaflet-control-azimuth table{ 6 border-collapse: collapse; 7 line-height: 16px; 8 float: left; 9 margin-left: 4px; 10 } 11 12 .leaflet-control-azimuth td:last-child { 13 padding-left: 4px; 14 text-align: center; 15 width: 6em; 16 } 17 18 .leaflet-control-azimuth .buttons { 19 float: left; 20 margin-left: 8px; 21 } 22 23 .leaflet-control-azimuth .button { 24 height: 18px; 25 border-radius: 4px 4px 4px 4px; 26 border: 1px solid #ccc; 27 cursor: pointer; 28 padding: 0 8px; 29 line-height: 18px; 30 font-weight: bold; 31 color: #555; 32 text-align: center; 33 } 34 35 .leaflet-control-azimuth .button:hover { 36 background-color: #f4f4f4; 37 } 38 39 .leaflet-control-azimuth .button:first-child { 40 margin-top: 2px; 41 margin-bottom: 8px; 42 } 43 44 .azimuth-control-active { 45 cursor: crosshair; 46 } 47 48 .leaflet-control-azimuth .icon-info { 49 display: inline-block; 50 vertical-align: bottom; 51 background-image: url("./info.svg"); 52 width: 16px; 53 height: 16px; 54 margin: 0; 55 padding: 0; 56 margin-left: 2px; 57 }