nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

style.css (863B)


      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 }