nakarte

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

control.css (1639B)


      1 .leaflet-control-jnx .leaflet-control-content {
      2     margin-bottom: 4px;
      3     width: 250px;
      4 }
      5 
      6 .leaflet-control-jnx .icon-navigator {
      7     background-image: url("images/navigator.svg");
      8 }
      9 
     10 .leaflet-control-jnx .row {
     11     margin-top: 4px;
     12 }
     13 
     14 .leaflet-control-jnx .title {
     15     text-align: center;
     16     font-weight: bold;
     17 }
     18 
     19 .leaflet-control-jnx .area-selection-row {
     20     text-align: center;
     21 }
     22 
     23 .leaflet-control-jnx .zoom-choices {
     24     text-align: right;
     25     margin-top: 8px;
     26 }
     27 
     28 .leaflet-control-jnx .zoom-choices th,
     29 .leaflet-control-jnx .zoom-choices td {
     30     padding: 0 2px 0 2px;
     31 }
     32 .leaflet-control-jnx .zoom-choices,
     33 .leaflet-control-jnx .zoom-choices th,
     34 .leaflet-control-jnx .zoom-choices td {
     35     border-collapse: collapse;
     36     border: 1px dotted hsl(0, 0%, 80%);
     37 }
     38 
     39 .leaflet-control-jnx .zoom-choice.selected {
     40     background-color: hsl(200, 70%, 80%) !important;
     41 }
     42 .leaflet-control-jnx .zoom-choice:hover {
     43     background-color: hsl(0, 0%, 95%);
     44 }
     45 
     46 .leaflet-control-jnx .zoom-choices-header {
     47     vertical-align: top;
     48     font-size: 11px;
     49 }
     50 
     51 .leaflet-control-jnx .warning {
     52     color: hsl(0, 60%, 50%);
     53 }
     54 
     55 .leaflet-control-jnx .error {
     56     color: hsl(0, 60%, 50%);
     57     font-weight: bold;
     58 }
     59 
     60 .leaflet-control-jnx .value {
     61     font-weight: bold;
     62 }
     63 
     64 .leaflet-control-jnx .row.warning {
     65     opacity: 0;
     66 }
     67 
     68 .leaflet-control-jnx .row.warning.visible {
     69     opacity: unset;
     70 }
     71 
     72 .leaflet-control-jnx .cb-fix-zoom {
     73     margin-left: 0;
     74     vertical-align: bottom;
     75 }
     76 
     77 .leaflet-control-jnx .bottom-row {
     78     position: relative;
     79     text-align: center;
     80 }
     81 
     82 .leaflet-control-jnx .button-minimize {
     83     position: absolute;
     84     left: 0;
     85     bottom: 0;
     86 }