1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(ui): replace repository field with tags field in image view (#79)

This commit is contained in:
Anthony Lapenna 2016-07-14 12:02:42 +12:00 committed by GitHub
parent 23bff41304
commit b857970236
4 changed files with 17 additions and 6 deletions

View file

@ -177,3 +177,11 @@ input[type="radio"] {
.red-icon {
color: #ae2323;
}
.image-tag {
margin-right: 5px;
}
.widget .widget-body table tbody .image-tag {
font-size: 90% !important;
}