зеркало из https://github.com/mozilla/treeherder.git
Bug 1187403 - Improve resultset bar layout for bug 1136918
This commit is contained in:
Родитель
655f06b136
Коммит
9c76248f77
|
@ -440,10 +440,14 @@ th-watched-repo {
|
|||
margin-top: 2px;
|
||||
white-space: normal;
|
||||
width: 100%;
|
||||
border-top: 1px solid lightgrey;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.result-set-body-divider {
|
||||
margin-left: 34px;
|
||||
border-bottom: 1px solid lightgrey;
|
||||
}
|
||||
|
||||
.result-set-body {
|
||||
padding-left: 15px;
|
||||
padding-right: 25px;
|
||||
|
@ -475,7 +479,7 @@ th-watched-repo {
|
|||
|
||||
.result-set-bar {
|
||||
border-top: 1px solid black;
|
||||
padding: 2px 0px 0px 14px;
|
||||
padding: 2px 0px 0px 34px;
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
display: -webkit-flex;
|
||||
|
@ -573,7 +577,7 @@ th-watched-repo {
|
|||
}
|
||||
|
||||
.result-set .job-list-nopad {
|
||||
padding-left: 0;
|
||||
padding-left: 20px;
|
||||
padding-right: 0;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
</span>
|
||||
|
||||
</div>
|
||||
<div class="result-set-body-divider"></div>
|
||||
<div class="result-set-body" th-clone-jobs ></div>
|
||||
</div>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче