- Finished new image view

- Add the CoreOS icon font
This commit is contained in:
Joseph Schorr 2015-03-23 15:22:22 -04:00
parent 049148cb87
commit 8042f1a985
7 changed files with 93 additions and 15 deletions

View file

@ -26,6 +26,10 @@
color: black;
}
.image-view-layer-element .image-comment {
margin-bottom: 10px;
}
.image-view-layer-element .nondocker-command {
font-family: monospace;
padding: 2px;
@ -54,7 +58,7 @@
}
.image-view-layer-element.last .image-layer-line {
bottom: 20px;
height: 16px;
}
.image-view-layer-element .image-layer-dot {
@ -70,7 +74,6 @@
z-index: 2;
}
.image-view-layer-element.first .image-layer-dot {
background: #428bca;
}

View file

@ -13,4 +13,13 @@
padding: 4px;
display: inline-block;
margin-right: 20px;
}
}
.image-view .co-tab-content {
padding: 20px;
padding-top: 10px;
}
.image-view .co-tab-content h3 {
margin-bottom: 20px;
}

View file

@ -277,6 +277,7 @@ nav.navbar-default .navbar-nav>li>a.active {
.dockerfile-command .command-title {
font-family: Consolas, "Lucida Console", Monaco, monospace;
padding-left: 90px;
display: inline-block;
}
.dockerfile-command .label {