Stylistic changes to Import button on front page.

This commit is contained in:
Samuel Clay 2010-07-05 17:34:17 -04:00
parent 81f5d0d1e0
commit 5336bb90e3
2 changed files with 15 additions and 2 deletions

View file

@ -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;

View file

@ -71,7 +71,7 @@
{% endfor %}
{% endif %}
<center style="margin: 12px 0;">&mdash; or &mdash;</center>
<div class="NB-signup-orline">&mdash; <span class="NB-signup-orline-or">or</span> &mdash;</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>