Adding a Go Premium! button to the homepage.

This commit is contained in:
Samuel Clay 2010-10-26 23:59:27 -04:00
parent df403ceb7f
commit d8e9013c4f
2 changed files with 5 additions and 1 deletions

View file

@ -2613,7 +2613,10 @@ background: transparent;
float: left;
margin: 4px 0 0 0;
}
.NB-account .NB-module .NB-module-account-upgrade.NB-modal-submit-green {
float: right;
margin-right: 12px;
}
/* ============ */
/* = Features = */
/* ============ */

View file

@ -219,6 +219,7 @@ $(document).ready(function() {
{% else %}
<div class="NB-modal-submit">
<div class="NB-modal-submit-green NB-modal-submit-button NB-module-account-upgrade">Go Premium!</div>
<div class="{% if feed_count == 0 %}NB-modal-submit-green{% else %}NB-modal-submit-close{% endif %} NB-modal-submit-button NB-module-account-upgrade">Choose Your 64</div>
</div>
{% endif %}