Skip to content

Commit

Permalink
moves options button on map page (closes #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Mar 14, 2016
1 parent f73e1dd commit 0052088
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions datausa/assets/scss/elements/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ $map-sidebar: 250px;
}

#map-sharing {
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.75);
border: 1px solid $gray-d;
bottom: 10px;
left: $map-sidebar + 10;
right: 10px;
position: fixed;
top: $title-height + 10;
z-index: 2;

.pri-btn {
Expand Down Expand Up @@ -147,7 +147,7 @@ $map-sidebar: 250px;
margin: 5px;
position: relative;
width: 15px;
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.75);

&::after {
top: 2px;
Expand Down
8 changes: 4 additions & 4 deletions datausa/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5604,11 +5604,11 @@ body.map {
overflow: hidden; }

#map-sharing {
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.75);
border: 1px solid #999;
bottom: 10px;
left: 260px;
right: 10px;
position: fixed;
top: 50px;
z-index: 2; }
#map-sharing .pri-btn {
color: #999;
Expand Down Expand Up @@ -5667,7 +5667,7 @@ body.map {
margin: 5px;
position: relative;
width: 15px;
background-color: rgba(255, 255, 255, 0.5); }
background-color: rgba(255, 255, 255, 0.75); }
.map-controls .zoom-in::after, .map-controls .zoom-out::after,
.map-controls .zoom-reset::after {
top: 2px;
Expand Down

0 comments on commit 0052088

Please sign in to comment.