Change loading spinner type on icons

This commit is contained in:
Piotr Sarnacki 2014-10-28 14:54:55 +01:00 committed by Justine Arreche
parent 79968ca76b
commit e32e2922de
2 changed files with 9 additions and 7 deletions

View File

@ -1,11 +1,5 @@
<div id="actions">
<ul>
{{#if view.displayRemoveLog}}
<li class="icon" title="Remove Log">
<a href="#" {{action "removeLog" target="view"}}
{{bind-attr class="view.canRemoveLog::disabled"}}><img class="icon" src="/images/icons/off.svg" width="20"></a>
</li>
{{/if}}
{{#if view.displayCancelBuild}}
<li class="icon" title="Cancel Build">
<a href="#" {{action "cancelBuild" target="view"}}
@ -44,6 +38,12 @@
<li class="icon" title="Download Log">
<a class="download-log" {{bind-attr href="view.plainTextLogUrl"}}><img class="icon" src="/images/icons/download-log.svg" width="20"/></a>
</li>
{{#if view.displayRemoveLog}}
<li class="icon" title="Remove Log">
<a href="#" {{action "removeLog" target="view"}}
{{bind-attr class="view.canRemoveLog::disabled"}}><img class="icon" src="/images/icons/delete-log.svg" width="20"></a>
</li>
{{/if}}
{{/if}}
{{#if view.displayCodeClimate}}
<li class="icon" title="Test Coverage with Code Climate">

View File

@ -63,10 +63,12 @@
li.icon
span.loading
background: inline-image('ui/round-spinner.svg') no-repeat
background-size: 17px 17px
display: inline-block
height: 25px
position: relative
top: 1px
top: -3px
cursor: pointer
color: #ffffff
background-color: #5e869a