Skip to content

Commit

Permalink
Bug 618405, button.link is in fact more linky
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Dec 15, 2010
1 parent d9e870f commit 44f720b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/devhub/templates/devhub/versions/list.html
Expand Up @@ -49,7 +49,7 @@ <h3>{{ _('Current Status') }}</h3>
{% endtrans %}
{% endif %}

<div class="version-status-actions">
<div class="version-status-actions item-actions">
{% set req = {amo.STATUS_PUBLIC: _('Request Full Review'),
amo.STATUS_LITE: _('Request Preliminary Review')} %}
{% for status in addon.can_request_review() %}
Expand Down
8 changes: 8 additions & 0 deletions media/css/zamboni/developers.css
Expand Up @@ -869,6 +869,14 @@ a.extra {
padding-top: 5px;
}

.version-status-actions form {
display: inline;
}

.version-status-actions button.link {
font-weight: normal;
}

.delete-button {
background: #c22;
background: -moz-linear-gradient(top, #f77, #c22);
Expand Down

0 comments on commit 44f720b

Please sign in to comment.