Start on the new build view
This commit is contained in:
parent
5cc1c90021
commit
e227d7e526
30 changed files with 816 additions and 11 deletions
37
static/css/directives/ui/triggered-build-description.css
Normal file
37
static/css/directives/ui/triggered-build-description.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
.triggered-build-description-element .commit-message {
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .commit-who img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .fa-github {
|
||||
display: inline-block;
|
||||
margin-left: 6px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .commit-information {
|
||||
margin-top: 6px;
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .source-commit-link a {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .source-ref-link a {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .commit-information > span {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.triggered-build-description-element .commit-who:before {
|
||||
content: "by ";
|
||||
}
|
Reference in a new issue