encourage downloading of readmill app

pull/1/head
Andromeda Yelton 2013-06-05 11:15:05 -04:00
parent 2f3f8997ad
commit 1fa713cf12
3 changed files with 11 additions and 5 deletions

View File

@ -85,7 +85,7 @@ $j(document).ready(function() {
{% endif %} {% endif %}
{% if kindle_ebook_id %} {% if kindle_ebook_id %}
<div class="btn_support modify"> <div class="btn_support modify">
<a id="kindle" class="{{ kindle_ebook_id }}{% if request.user.is_authenticated %} authenticated{% endif %}">Send to Kindle</a>f <a id="kindle" class="{{ kindle_ebook_id }}{% if request.user.is_authenticated %} authenticated{% endif %}">Send to Kindle</a>
</div> </div>
{% endif %} {% endif %}
<div class="btn_support modify"> <div class="btn_support modify">
@ -111,8 +111,13 @@ $j(document).ready(function() {
{% if readmill_epub_url %} {% if readmill_epub_url %}
<div id="readmill_div"> <div id="readmill_div">
<h4>Readmill users</h4> <h4>Readmill users</h4>
<p>If you're a <a href="http://readmill.com/">Readmill</a> member, you can send unglued ebooks to your iPad with one click. Here you go:</p> <p>
If you're a <a href="http://readmill.com/">Readmill</a> member, you can send unglued ebooks to your iPad with one click. Here you go:
</p>
<div class="send-to-readmill" data-download-url="{{ readmill_epub_url }}" data-buy-url="{{ base_url }}{% url work work.id %}" data-display="small"></div> <div class="send-to-readmill" data-download-url="{{ readmill_epub_url }}" data-buy-url="{{ base_url }}{% url work work.id %}" data-display="small"></div>
<p>
If you're not, Readmill is a reading app designed for beauty, sharing, and conversation. You can <a href="https://readmill.com/">learn more and get Readmill here</a>.
</p>
</div> </div>
{% endif %} {% endif %}
{% if kindle_ebook_id %} {% if kindle_ebook_id %}

File diff suppressed because one or more lines are too long

View File

@ -926,8 +926,9 @@ li.checked {
padding: 0.5em 0; padding: 0.5em 0;
} }
p, ul { > div {
margin: auto 2em; padding-left: 2em;
padding-right: 2em;
font-size: @font-size-larger; font-size: @font-size-larger;
line-height: @font-size-larger*1.5; line-height: @font-size-larger*1.5;
} }