position loading button right
This commit is contained in:
parent
5180ca8211
commit
c8891f8023
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user