Add the image ID to the expanded state in the tags view

This commit is contained in:
Joseph Schorr 2018-01-05 14:03:40 -05:00
parent 7f5236b0cc
commit ace6a35707
2 changed files with 23 additions and 2 deletions

View file

@ -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;
}