added icon and space for tags
This commit is contained in:
parent
c3a843a886
commit
f5db8c5cc8
13
assets/images/icons/tags.svg
Normal file
13
assets/images/icons/tags.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="154px" height="152px" viewBox="0 0 154 152" enable-background="new 0 0 154 152" xml:space="preserve">
|
||||
<path fill="none" stroke="#000000" stroke-width="27.6025" d="M73.424,20.029c-1.524-1.543-4.531-2.975-6.691-3.193l-34.615-3.429
|
||||
c-0.165-0.004-0.341-0.02-0.515-0.026c-2.107-0.015-4.784,1.007-6.207,2.414l-7.971,7.836c-1.543,1.522-2.664,4.542-2.485,6.688
|
||||
L17.75,65.08c0.169,2.157,1.561,5.177,3.086,6.73l63.536,64.547c0.763,0.773,1.773,1.163,2.788,1.174
|
||||
c0.999,0.008,2.013-0.366,2.785-1.125l46.974-46.248c1.546-1.521,1.567-4.04,0.047-5.571L73.424,20.029z"/>
|
||||
<path d="M41.872,39.859c2.563-2.519,5.917-3.773,9.249-3.743c3.351,0.027,6.674,1.34,9.212,3.898
|
||||
c5.043,5.13,4.975,13.388-0.144,18.427c-2.577,2.546-5.914,3.793-9.256,3.763c-3.341-0.028-6.655-1.319-9.19-3.902
|
||||
C36.686,53.175,36.745,44.925,41.872,39.859z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
|
@ -17,6 +17,11 @@
|
|||
{{formatTime build.finishedAt}}
|
||||
</div>
|
||||
|
||||
<div class="tags">
|
||||
<img src="/images/icons/tags.svg"/>
|
||||
{{formatTime build.finishedAt}}
|
||||
</div>
|
||||
|
||||
<div class="commit-changes">
|
||||
<img src="/images/icons/github.svg"/>
|
||||
<div class="text"><a class="commit" {{bind-attr href="controller.urlGithubCommit"}}>Commit {{formatSha commit.sha}}</a></div>
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
height: 13px
|
||||
width: 13px
|
||||
opacity: 0.5
|
||||
padding-right: 4px
|
||||
|
||||
.finished
|
||||
font-size: 13px
|
||||
|
@ -97,6 +98,20 @@
|
|||
height: 13px
|
||||
width: 13px
|
||||
opacity: 0.5
|
||||
padding-right: 4px
|
||||
|
||||
.tags
|
||||
font-size: 13px
|
||||
width: 100%
|
||||
text-align: left
|
||||
line-height: 25px
|
||||
margin-left: 12px
|
||||
|
||||
img
|
||||
height: 13px
|
||||
width: 13px
|
||||
opacity: 0.5
|
||||
padding-right: 4px
|
||||
|
||||
.commit-changes
|
||||
text-align: left
|
||||
|
@ -104,18 +119,23 @@
|
|||
width: inherit
|
||||
font-size: 13px
|
||||
margin-left: 12px
|
||||
overflow: hidden
|
||||
|
||||
img
|
||||
margin-right: 2px
|
||||
height: 13px
|
||||
width: 13px
|
||||
opacity: 0.5
|
||||
padding-right: 4px
|
||||
|
||||
div
|
||||
display: inline
|
||||
clear: none
|
||||
|
||||
a
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
||||
overflow: hidden
|
||||
|
||||
.right
|
||||
margin-top: 10px
|
||||
float: right
|
||||
|
|
Loading…
Reference in New Issue
Block a user