fixed feedback tab, added support us button
This commit is contained in:
parent
09d8fbacb6
commit
f02aa53637
3 changed files with 15 additions and 2 deletions
|
@ -637,6 +637,18 @@
|
||||||
box-shadow: 0 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
|
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 {
|
.upperRightMapButtons {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -42px; /* puts it just offscreen */
|
top: -42px; /* puts it just offscreen */
|
||||||
|
|
|
@ -7,9 +7,10 @@
|
||||||
|
|
||||||
div.uv-icon.uv-bottom-left {
|
div.uv-icon.uv-bottom-left {
|
||||||
background-image:url(feedback_sprite.png);
|
background-image:url(feedback_sprite.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
height:108px;
|
height:110px;
|
||||||
left:0;
|
left:0;
|
||||||
margin-left:0px;
|
margin-left:0px;
|
||||||
text-indent:-100000px;
|
text-indent:-100000px;
|
||||||
|
@ -17,7 +18,6 @@ div.uv-icon.uv-bottom-left {
|
||||||
width:25px;
|
width:25px;
|
||||||
z-index:100000;
|
z-index:100000;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.uv-icon.uv-bottom-left:hover {
|
div.uv-icon.uv-bottom-left:hover {
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
</div><!-- end upperLeftUI -->
|
</div><!-- end upperLeftUI -->
|
||||||
|
|
||||||
<div class="upperRightUI">
|
<div class="upperRightUI">
|
||||||
|
<div class="supportUs upperRightEl openLightbox" data-open="donate">SUPPORT US!</div>
|
||||||
<div class="mapElement upperRightEl upperRightMapButtons">
|
<div class="mapElement upperRightEl upperRightMapButtons">
|
||||||
<% if authenticated? %>
|
<% if authenticated? %>
|
||||||
<!-- Realtime -->
|
<!-- Realtime -->
|
||||||
|
|
Loading…
Reference in a new issue