Skip to content

Commit

Permalink
Merge pull request #164 from paulcpederson/master
Browse files Browse the repository at this point in the history
fix toolbars on the right
  • Loading branch information
jacobtoye committed Jul 24, 2013
2 parents 759c544 + 6a0b632 commit 69dba7c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/leaflet.draw.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
top: 0;
}

.leaflet-right .leaflet-draw-actions {
right:26px;
left:auto;
}

.leaflet-draw-actions li {
float: left;
}
Expand All @@ -60,6 +65,16 @@
border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
-webkit-border-radius: 0;
border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
background-color: #919187;
border-left: 1px solid #AAA;
Expand Down

0 comments on commit 69dba7c

Please sign in to comment.