Skip to content

Commit

Permalink
styling for incompatibility messages (bug 663888)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jun 28, 2011
1 parent 09133b5 commit 7210c3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/addons/templates/addons/impala/button.html
Expand Up @@ -64,6 +64,7 @@
{% endfor %}
</p>
</div> {# install #}
<br>

{% if b.detailed %}
{% if addon.privacy_policy %}
Expand Down
13 changes: 13 additions & 0 deletions media/css/impala/addon_details.less
Expand Up @@ -17,6 +17,19 @@
.install {
display: inline-block;
}
.extra {
margin-top: 8px;
display: inline-block;
}
.notavail {
font-family: @sans-stack;
font-size: 12px;
line-height: 14px;
padding: 1px 0 1px 18px;
margin-right: 14px; /* Match the padding of .install. */
background: url(../../img/impala/no.png) 0 30% no-repeat;
white-space: nowrap;
}
}

.version {
Expand Down

0 comments on commit 7210c3e

Please sign in to comment.