Merge pull request #187 from coreos-inc/adblock

Add messaging when archived build logs loads fail.
This commit is contained in:
Jimmy Zelinskie 2015-06-29 13:34:42 -04:00
commit 7043ddc935
5 changed files with 245 additions and 8 deletions

View file

@ -9,6 +9,11 @@
min-height: 100px;
}
.build-logs-view .co-alert {
margin-bottom: 0px;
color: black !important;
}
.build-logs-view .no-logs {
color: #8C8C8C;
}