Use a font-awesome image instead.

This commit is contained in:
Guo Xiang Tan 2018-04-25 13:01:12 +08:00
parent 1f686200bb
commit 3d71276f26
5 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -42,6 +42,10 @@ div.logs {
padding: 10px;
}
.check-circle {
height: 15px;
}
table#repos {
margin-top: 10px;

View File

@ -1,6 +1,6 @@
<td>
{{#if repo.official}}
<span class="glyphicon glyphicon-check" title="Official Plugin"></span>
<img class="check-circle" src="/plugins/docker_manager/images/font-awesome-check-circle.png" alt="Official Plugin"/>
{{/if}}
</td>
<td>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB