Displaying port mappings on container lists. Neater json formatting.

This commit is contained in:
Krzysztof Płaczek
2018-03-22 10:46:55 +01:00
parent 37e8224369
commit a26863e74f
4 changed files with 43 additions and 42 deletions

View File

@@ -110,4 +110,18 @@ padding: 5px 15px;
.details__entrypoint { display: inline-block; width: 210px; }
.details__image { display: inline-block; }
.details__more-info {display: none; }
.details__more-info { margin: 5px 10px; }
.more-info__ports { }
.more-info__ports--line {
display: list-item;
list-style-position: inside;
margin: 8px 8px;
}
.container_attribute {
}
.container_attribute-details {
white-space: pre;
line-height: 1.1em;
}