diff --git a/static/css/directives/repo-view/repo-panel-tags.css b/static/css/directives/repo-view/repo-panel-tags.css index c5ca2543a..58872d33f 100644 --- a/static/css/directives/repo-view/repo-panel-tags.css +++ b/static/css/directives/repo-view/repo-panel-tags.css @@ -140,6 +140,22 @@ border-bottom: 0px; } +.repo-panel-tags-element .image-id-row { + margin-bottom: 6px; + padding-left: 6px; + position: relative; +} + +.repo-panel-tags-element .image-id-row:before { + content: "\f1c5"; + font-family: FontAwesome; + position: absolute; + left: -22px; + top: 0px; + font-size: 15px; + color: #888; +} + .repo-panel-tags-element .labels-col { padding-top: 0px; } diff --git a/static/directives/repo-view/repo-panel-tags.html b/static/directives/repo-view/repo-panel-tags.html index cef474017..d37d061b6 100644 --- a/static/directives/repo-view/repo-panel-tags.html +++ b/static/directives/repo-view/repo-panel-tags.html @@ -116,7 +116,7 @@ style="width: 140px;"> Expires -
-