created classes for push and pull requests

This commit is contained in:
Justine Arreche 2014-12-11 11:55:08 +01:00
parent a1eac086fd
commit 22aab4a629
2 changed files with 10 additions and 4 deletions

View File

@ -4,7 +4,6 @@
<div id="new-summary">
<div class="request-kind">
<div {{bind-attr class=":kind-icon build.eventType"}}>
<img src="/images/icons/pull-request.svg" width="21" height="21"/>
</div>
</div>
<div class="right">

View File

@ -129,10 +129,17 @@
width: 40px
height: 155px
margin-right: 10px
.kind-icon.push
background-image: inline-image('icons/push.svg') no-repeat 13px 9px
background-size: contain
height: 21px
width: 21px
.kind-icon
padding-top: 13px
padding-left: 9px
.kind-icon.pull_request
background-image: inline-image('icons/pull-request.svg') no-repeat 13px 9px
background-size: contain
height: 21px
width: 21px
.footer
a