change support to premiums and make it clickable [#32289833]

pull/1/head
Andromeda Yelton 2012-07-05 10:39:19 -04:00
parent 1bf0fe8d26
commit 3ce4db8e9a
3 changed files with 9 additions and 1 deletions

View File

@ -405,7 +405,7 @@ $j(document).ready(function(){
</div>
{% if status == 'ACTIVE' %}
<div class="jsmodule">
<h3 class="jsmod-title"><span>Support</span></h3>
<a href="{% url pledge work_id %}"><h3 class="jsmod-title"><span>Premiums</span></h3></a>
<div class="jsmod-content">
<ul class="support menu">
{% if pledged %}

View File

@ -530,6 +530,10 @@ div#content-block-content #tabs-1 img {
#pledge-rightcol .jsmodule {
margin-bottom: 10px;
}
#js-rightcol .jsmodule a:hover,
#pledge-rightcol .jsmodule a:hover {
text-decoration: none;
}
#pledge-rightcol {
margin-top: 7px;
}

View File

@ -292,6 +292,10 @@ div#content-block-content {
.jsmodule {
margin-bottom:10px;
a:hover {
text-decoration: none;
}
}
}