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

View File

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