Skip to content

Commit

Permalink
Merge pull request #226 from tojonmz/optimize-page-space
Browse files Browse the repository at this point in the history
Bug 1080669 - Clean up resultset boundary and optimize page space
  • Loading branch information
camd committed Oct 15, 2014
2 parents 053b0e9 + b85535c commit cd24207
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions ui/css/treeherder.css
Expand Up @@ -308,21 +308,23 @@ th-watched-repo {
white-space: normal;
width: 100%;
border-top: 1px solid lightgrey;
padding-left: 15px;
padding-right: 15px;
position: relative;
}

.result-set-body {
padding-left: 15px;
padding-right: 25px;
}

.result-set-title-left, .result-set-buttons, .result-counts {
flex: none;
-webkit-flex: none;
padding-left: 10px;
padding-right: 10px;
}

.result-set-title {
border-top: 1px solid black;
padding: 2px 0px 0px 0px;
padding: 2px 0px 0px 14px;
white-space: nowrap;
display: flex;
display: -webkit-flex;
Expand Down Expand Up @@ -350,6 +352,7 @@ th-watched-repo {

.revision-button {
flex: 0 0 60px;
margin-right: 2px;
}

.revision-list {
Expand Down Expand Up @@ -842,10 +845,6 @@ ul.failure-summary-list li .btn-xs {
* RESULT STATUS COUNTS
*/

.result-counts {
margin-left: -11px;
}

#result-status-pane div {
display: inline-block;
}
Expand Down Expand Up @@ -874,7 +873,7 @@ ul.failure-summary-list li .btn-xs {
cursor: pointer;
}
.result-status-total-count {
width: 60px;
width: 64px;
}
.result-status-count-min-width {
width: 28px;
Expand Down
2 changes: 1 addition & 1 deletion ui/partials/main/jobs.html
Expand Up @@ -45,7 +45,7 @@
title="show revisions"><i class="fa fa-code-fork fa-lg"></i> {{resultset.revision_count}}</span>
<th-result-counts class="result-counts"/>
</div>
<div th-clone-jobs ></div>
<div class="result-set-body" th-clone-jobs ></div>
</div>

<div ng-show="result_sets.length == 0 && !isLoadingRsBatch.appending && !isLoadingJobs && locationHasSearchParam('revision')">
Expand Down

0 comments on commit cd24207

Please sign in to comment.