fix theme reviewer sprites not loading (bug 925776)
This commit is contained in:
Родитель
3548c8971b
Коммит
e7621e1911
|
@ -131,10 +131,15 @@ h2 a:last-child {
|
|||
&:hover {
|
||||
background: darken($button-green-light, 15%);
|
||||
}
|
||||
img {
|
||||
&:before {
|
||||
background-image: url('../../img/sprites/mkt-reviewer-icons/page_white_edit.png');
|
||||
content: "";
|
||||
display: block;
|
||||
height: 16px;
|
||||
left: 30px;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
top: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
}
|
||||
#queue-details {
|
||||
|
@ -229,12 +234,17 @@ h2 a:last-child {
|
|||
&.reviewed {
|
||||
display: block;
|
||||
}
|
||||
img {
|
||||
right: 6px;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
|
||||
&:hover {
|
||||
.clear-review {
|
||||
&:after {
|
||||
background: url('../../img/mkt/close.png');
|
||||
content: '';
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
top: 6px;
|
||||
width: 16px;
|
||||
}
|
||||
&:hover:after {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
|
||||
$(nthTheme(i)).addClass('reviewed');
|
||||
$('.status', nthTheme(i)).removeClass('red blue green')
|
||||
.addClass('reviewed ' + color).find('span').text(text);
|
||||
.addClass('reviewed ' + color).find('.status-text').text(text);
|
||||
|
||||
$('#reviewed-count').text($('div.theme.reviewed').length);
|
||||
if ($(queue).hasClass('advance')) {
|
||||
|
|
|
@ -83,7 +83,6 @@
|
|||
|
||||
{% if reviewable and theme_count %}
|
||||
<button id="commit" type="submit">
|
||||
<img src="{{ media('/img/sprites/mkt-reviewer-icons/page_white_edit.png') }}">
|
||||
{% if theme_count == 1 %}
|
||||
{{ _('Commit Review') }}
|
||||
{% else %}
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
{% endif %}
|
||||
</h2>
|
||||
<div class="status">
|
||||
<img class="clear-review" src="{{ media('/img/mkt/close.png') }}">
|
||||
<span></span>
|
||||
<span class="status-text"></span>
|
||||
<span class="clear-review"></span>
|
||||
</div>
|
||||
<dl class="meta">
|
||||
<dt>{{ _('Artist') }}</dt>
|
||||
|
|
Загрузка…
Ссылка в новой задаче