Start on the new build view
This commit is contained in:
parent
5cc1c90021
commit
e227d7e526
30 changed files with 816 additions and 11 deletions
34
static/css/directives/ui/build-info-bar.css
Normal file
34
static/css/directives/ui/build-info-bar.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
.build-info-bar-element {
|
||||
position: relative;
|
||||
padding: 6px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.build-info-bar-element .phase-icon {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
bottom: 0px;
|
||||
height: auto;
|
||||
border-radius: 0px;
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
.build-info-bar-element .build-side-info {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.build-info-bar-element .build-side-info .build-side-id {
|
||||
font-size: 12px;
|
||||
color: #ccc;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.build-info-bar-element .build-side-info .timing .fa {
|
||||
display: inline-block;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.build-info-bar-element .build-side-info .timing {
|
||||
text-align: right;
|
||||
}
|
Reference in a new issue