position loading button right

This commit is contained in:
Lisa Passing 2015-02-26 13:12:48 +01:00
parent 5180ca8211
commit c8891f8023
2 changed files with 5 additions and 6 deletions

View File

@ -97,15 +97,14 @@
background-size: 17px 17px
display: inline-block
height: 28px
width: 4px
width: 28px
position: relative
top: -7px
cursor: pointer
color: #ffffff
background-color: #5e869a
text-align: center
border-radius: 100px
margin-left: 5px
border-radius: 50%
background-position: center center
a
@ -117,7 +116,7 @@
top: -7px
cursor: pointer
color: #fef4e9
border-radius: 100px
border-radius: 50%
background-color: #5e869a
background-size: 16px 16px
background-position: center center

View File

@ -15,7 +15,7 @@
{{#if view.displayRequeueBuild}}
<li class="icon restart-build" title="Restart Build">
{{#if view.requeueing}}
<span class="icon loading"></span>
<span class="loading"></span>
{{else}}
<a href="#" {{action "requeueBuild" target=view}}
{{bind-attr class="view.canRequeueBuild::disabled"}}></a>
@ -25,7 +25,7 @@
{{#if view.displayRequeueJob}}
<li class="icon restart-job" title="Restart Job">
{{#if view.requeueing}}
<span class="icon loading"></span>
<span class="loading"></span>
{{else}}
<a href="#" {{action "requeueJob" target=view}}
{{bind-attr class="view.canRequeueJob::disabled"}}></a>