mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding a Go Premium! button to the homepage.
This commit is contained in:
parent
df403ceb7f
commit
d8e9013c4f
2 changed files with 5 additions and 1 deletions
|
@ -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 = */
|
||||
/* ============ */
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue