leaflet-rails 1.0.0.pre.rc2 → 1.0.0.pre.rc3

Sign up to get free protection for your applications and to get access to all the features.
@@ -576,6 +576,12 @@
576
576
 
577
577
  /* Directions */
578
578
 
579
+ .leaflet-tooltip-bottom {
580
+ margin-top: 6px;
581
+ }
582
+ .leaflet-tooltip-top {
583
+ margin-top: -6px;
584
+ }
579
585
  .leaflet-tooltip-bottom:before,
580
586
  .leaflet-tooltip-top:before {
581
587
  left: 50%;
@@ -592,6 +598,12 @@
592
598
  margin-left: -6px;
593
599
  border-bottom-color: #fff;
594
600
  }
601
+ .leaflet-tooltip-left {
602
+ margin-left: -6px;
603
+ }
604
+ .leaflet-tooltip-right {
605
+ margin-left: 6px;
606
+ }
595
607
  .leaflet-tooltip-left:before,
596
608
  .leaflet-tooltip-right:before {
597
609
  top: 50%;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leaflet-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc2
4
+ version: 1.0.0.pre.rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akshay Joshi