From 7df57cd01353130b1ea885a6754273d02bbb4be6 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 18 Aug 2014 12:40:51 -0400 Subject: [PATCH] feedback tab and explore maps pages styling --- app/assets/stylesheets/base.css | 2 +- app/assets/stylesheets/clean.css | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/base.css b/app/assets/stylesheets/base.css index 8d73272c..92f79d8a 100644 --- a/app/assets/stylesheets/base.css +++ b/app/assets/stylesheets/base.css @@ -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 { diff --git a/app/assets/stylesheets/clean.css b/app/assets/stylesheets/clean.css index 311fea4b..44d4b347 100644 --- a/app/assets/stylesheets/clean.css +++ b/app/assets/stylesheets/clean.css @@ -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 */ \ No newline at end of file +/* 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); +} \ No newline at end of file