Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Bug 1112238 - Create a UI help link to better access the build version
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon committed Dec 16, 2014
1 parent 01e56db commit a270c95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webapp/app/css/treeherder.css
Expand Up @@ -1617,6 +1617,10 @@ fieldset[disabled] .btn-repo.active {
color: lightgray;
}

.midgray, .midgray a {
color: gray;
}

#help {
padding: 10px 10px 0px;
overflow: auto;
Expand All @@ -1630,6 +1634,10 @@ fieldset[disabled] .btn-repo.active {
padding: 5px;
}

.help-footer {
overflow: auto;
}

.panel-spacing table {
width: 100%;
}
Expand Down
4 changes: 4 additions & 0 deletions webapp/app/help.html
Expand Up @@ -365,6 +365,10 @@ <h3>Job notation</h3>
</div>
</div>
</div>
<div class="panel-footer help-footer">
<a class="midgray pull-right"
href="../media/revision" target="_blank">Build</a>
</div>
</div>

</body>
Expand Down

0 comments on commit a270c95

Please sign in to comment.