encourage downloading of readmill app
parent
2f3f8997ad
commit
1fa713cf12
|
@ -85,7 +85,7 @@ $j(document).ready(function() {
|
|||
{% endif %}
|
||||
{% if kindle_ebook_id %}
|
||||
<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>
|
||||
{% endif %}
|
||||
<div class="btn_support modify">
|
||||
|
@ -111,8 +111,13 @@ $j(document).ready(function() {
|
|||
{% if readmill_epub_url %}
|
||||
<div id="readmill_div">
|
||||
<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>
|
||||
<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>
|
||||
{% endif %}
|
||||
{% if kindle_ebook_id %}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -926,8 +926,9 @@ li.checked {
|
|||
padding: 0.5em 0;
|
||||
}
|
||||
|
||||
p, ul {
|
||||
margin: auto 2em;
|
||||
> div {
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
font-size: @font-size-larger;
|
||||
line-height: @font-size-larger*1.5;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue