From f02aa53637d299ce55426ecdbad85a28579ca4d8 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 29 Nov 2014 11:17:11 -0500 Subject: [PATCH] fixed feedback tab, added support us button --- app/assets/stylesheets/clean.css | 12 ++++++++++++ app/assets/stylesheets/uservoice.css | 4 ++-- app/views/layouts/_upperelements.html.erb | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/clean.css b/app/assets/stylesheets/clean.css index 5b61853b..c046bbe9 100644 --- a/app/assets/stylesheets/clean.css +++ b/app/assets/stylesheets/clean.css @@ -637,6 +637,18 @@ box-shadow: 0 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16); } +.supportUs.upperRightEl { + cursor: pointer; + color: #4fc059; + font-size: 14px; + height: 14px; + margin: 9px 8px 9px 0; + display: none; +} +.homePage .supportUs, .explorePage .supportUs { + display: block; +} + .upperRightMapButtons { position: relative; top: -42px; /* puts it just offscreen */ diff --git a/app/assets/stylesheets/uservoice.css b/app/assets/stylesheets/uservoice.css index b548658f..02b92b9e 100644 --- a/app/assets/stylesheets/uservoice.css +++ b/app/assets/stylesheets/uservoice.css @@ -7,9 +7,10 @@ div.uv-icon.uv-bottom-left { background-image:url(feedback_sprite.png); + background-repeat: no-repeat; color:#FFFFFF; cursor:pointer; - height:108px; + height:110px; left:0; margin-left:0px; text-indent:-100000px; @@ -17,7 +18,6 @@ div.uv-icon.uv-bottom-left { width:25px; z-index:100000; opacity: 1; - } div.uv-icon.uv-bottom-left:hover { diff --git a/app/views/layouts/_upperelements.html.erb b/app/views/layouts/_upperelements.html.erb index b10cabb7..adb1a65e 100644 --- a/app/views/layouts/_upperelements.html.erb +++ b/app/views/layouts/_upperelements.html.erb @@ -18,6 +18,7 @@
+
SUPPORT US!
<% if authenticated? %>