add tiny divider between global and map items
This commit is contained in:
parent
eee1febbf9
commit
cc17c1ed38
1 changed files with 5 additions and 1 deletions
|
@ -168,10 +168,14 @@
|
|||
}
|
||||
|
||||
.upperRightMapButtons {
|
||||
right: 134px;
|
||||
right: 138px;
|
||||
padding-right: 7px;
|
||||
border-right: 1px solid #747474;
|
||||
}
|
||||
.unauthenticated .upperRightMapButtons {
|
||||
right: 115px;
|
||||
padding-right: 0;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.upperRightIcon {
|
||||
|
|
Loading…
Reference in a new issue