add tiny divider between global and map items

This commit is contained in:
Connor Turland 2017-03-17 12:54:18 -04:00
parent eee1febbf9
commit cc17c1ed38

View file

@ -168,10 +168,14 @@
} }
.upperRightMapButtons { .upperRightMapButtons {
right: 134px; right: 138px;
padding-right: 7px;
border-right: 1px solid #747474;
} }
.unauthenticated .upperRightMapButtons { .unauthenticated .upperRightMapButtons {
right: 115px; right: 115px;
padding-right: 0;
border-right: none;
} }
.upperRightIcon { .upperRightIcon {