fix Get Started button (bug 711081)

This commit is contained in:
Chris Van 2011-12-15 09:42:27 -08:00
Родитель 276c0e6d46
Коммит 356c745a3e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -56,7 +56,7 @@
<h3>{{ _('Get Ahead in the Review Queue!') }}</h3>
<p>
{{ _('Become an AMO Editor today and get your add-ons reviewed faster.') }}
<a class="button" href="https://wiki.mozilla.org/AMO:Editors">
<a class="button learn-more" href="https://wiki.mozilla.org/AMO:Editors">
{{ _('Learn More') }}</a>
</p>
</div>

Просмотреть файл

@ -12,7 +12,7 @@
p:last-child {
margin-bottom: 0;
}
.button {
.learn-more {
display: block;
float: right;
margin: 0 1.5em;
@ -21,7 +21,7 @@
text-align: center;
}
}
.html-rtl .action-needed .button {
.html-rtl .action-needed .learn-more {
float: left;
}