Skip to content

Commit

Permalink
[#1385] Remove 'new v3' banner
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Apr 1, 2015
1 parent a4ccab4 commit d779667
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
33 changes: 0 additions & 33 deletions akvo/rsr/static/styles-src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1456,36 +1456,3 @@ dd.currencyAmount {
font-size: 1.1em; }
#cookie-law p a {
font-weight: bold; }

/* Version Banner */
#versionBanner {
box-sizing: border-box;
position: fixed;
max-height: 60px;
bottom: 0px;
right: 0;
z-index: 21322;
-moz-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background-color: rgba(238, 49, 36, 0.9);
border-top: 1px solid rgba(255, 85, 0, 0.5);
border-left: 1px solid rgba(255, 85, 0, 0.5);
box-shadow: -1px -5px 6px rgba(32, 32, 36, 0.4);
color: #ee3124; }
#versionBanner div {
padding: 15px 15px 15px 8px;
background: rgba(255, 255, 255, 0.95); }
#versionBanner div button.closeBtn {
padding: 5px 8px;
background: #00aaff;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-right: 10px;
color: white;
border: none; }
#versionBanner div button.closeBtn:hover {
background: #ff5500; }
31 changes: 0 additions & 31 deletions akvo/rsr/static/styles-src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1804,34 +1804,3 @@ dd {
}
}
}

/* Version Banner */
#versionBanner {
box-sizing: border-box;
position: fixed;
max-height: 60px;
bottom: 0px;
right: 0;
z-index: 21322;
@include border-radius(3px 3px 0 0);
background-color: rgba($akvoTvRed, 0.9);
border-top: 1px solid rgba($anchorLinkHover, 0.5);
border-left: 1px solid rgba($anchorLinkHover, 0.5);
box-shadow: -1px -5px 6px rgba($akvoBlack, 0.4);
color: $akvoTvRed;
div {
padding: 15px 15px 15px 8px;
background: rgba(white, 0.95);
button.closeBtn {
padding: 5px 8px;
background: $anchorLink;
@include border-radius(3px);
margin-right: 10px;
color: white;
border: none;
&:hover {
background: $anchorLinkHover;
}
}
}
}
5 changes: 0 additions & 5 deletions akvo/templates/project_directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ <h4 class="detailedInfo">{% trans "Finance" %}</h4>
<div class="container">
{% include 'navigation/pagination.html' %}
</div>
<div id="versionBanner">
<div><button onclick="toggle_visibility('versionBanner');" class="closeBtn"><i class="fa fa-times"></i> close this</button>
New: RSR v3.0 released: <a target="_blank" href="http://akvo.org/products/rsr/">Read more</a>
</div>
</div>
{% endblock %}
{% block js %}
{{ block.super }}
Expand Down

0 comments on commit d779667

Please sign in to comment.