Use a font-awesome image instead.
This commit is contained in:
parent
1f686200bb
commit
3d71276f26
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -42,6 +42,10 @@ div.logs {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.check-circle {
|
||||
height: 15px;
|
||||
}
|
||||
|
||||
table#repos {
|
||||
margin-top: 10px;
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue