feedback tab and explore maps pages styling

This commit is contained in:
Connor Turland 2014-08-18 12:40:51 -04:00
parent ff03fb19a1
commit 7df57cd013
2 changed files with 17 additions and 2 deletions

View file

@ -540,7 +540,7 @@ font-family: 'LatoLight';
overflow: visible;
background: #424242;
border-radius:2px;
margin:16px 16px 16px 19px;
margin:0 12px 12px 0;
}
.mapCard {

View file

@ -699,6 +699,7 @@
.mapsWrapper {
overflow-y: auto;
padding: 32px 32px 56px 32px;
}
/* end explore maps */
@ -716,4 +717,18 @@
line-height:14px;
}
/* end toast */
/* end toast */
/* feedback */
body a#barometer_tab {
background-image: url(feedback.png);
background-color: transparent;
height: 110px;
margin-left:0;
margin-top:-55px;
top: 50%;
width: 22px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
}