mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Stylistic changes to Import button on front page.
This commit is contained in:
parent
81f5d0d1e0
commit
5336bb90e3
2 changed files with 15 additions and 2 deletions
|
@ -61,6 +61,7 @@ a img {
|
|||
.NB-account .NB-module-header-signup {
|
||||
width: 186px;
|
||||
margin: 0;
|
||||
padding: 0 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
@ -75,7 +76,7 @@ a img {
|
|||
.NB-account .NB-signup {
|
||||
float: left;
|
||||
width: 186px;
|
||||
padding: 0;
|
||||
padding: 0 4px;
|
||||
margin: 0;
|
||||
height: 206px;
|
||||
overflow: hidden;
|
||||
|
@ -102,6 +103,18 @@ a img {
|
|||
color: #636363;
|
||||
}
|
||||
|
||||
.NB-account .NB-signup-orline {
|
||||
margin: 30px auto 24px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
line-height: 10px;
|
||||
color: #606060;
|
||||
font-weight: bold;
|
||||
}
|
||||
.NB-account .NB-signup-orline .NB-signup-orline-or {
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.NB-account .NB-signup-optional {
|
||||
float: right;
|
||||
text-transform: uppercase;
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
<center style="margin: 12px 0;">— or —</center>
|
||||
<div class="NB-signup-orline">— <span class="NB-signup-orline-or">or</span> —</div>
|
||||
<a href="{% url opml-reader-authorize %}" class="NB-splash-link NB-signup-google">Import from<img src="{{ MEDIA_URL }}img/reader/google-reader-logo.png" width="112" height="24" /></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue