Skip to content

Commit

Permalink
Bug 1102851 - Relinkify logviewer revision and reduce run-data font
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon committed Mar 16, 2015
1 parent fd74936 commit 4c5c604
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ui/css/logviewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ body {
background-color: #FFF;
padding: 20px 5px 4px;
display: table-row;
font-size: 12px;
}

.run-data .break-word{
-ms-word-break: break-all;
word-break: break-all;
Expand Down Expand Up @@ -95,6 +97,7 @@ body {
-o-user-select: text;
user-select: text;
white-space: normal;
font-size: 12px;
}

.logviewer-step.selected {
Expand Down Expand Up @@ -128,12 +131,10 @@ body {

.logviewer-stepbar .raw-log {
padding-right: 5px;
font-size: 12px;
}

.logviewer-stepbar input[type="checkbox"] {
margin: 0;
vertical-align: middle;
}

.lv-line-no.label {
Expand All @@ -146,7 +147,7 @@ body {
padding: 26px 0 0 20px;
font-weight: bold;
font-family: sans-serif;
font-size: 14px;
font-size: 12px;
}

.lv-log-msg-step {
Expand All @@ -170,5 +171,4 @@ body {
.job-header{
max-height:270px;
overflow-y:auto;
margin-bottom:20px;
}
5 changes: 2 additions & 3 deletions ui/logviewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
<tr ng-repeat="(label, value) in artifact.header">
<th ng-cloak>{{label}}</th>
<td ng-if="label == 'revision'" class="break-word">
{{value}}
<a href="{{logRevisionFilterUrl}}"
title="open resultset"
title="Open resultset"
class="repo-link"
ng-cloak>link</a>
ng-cloak>{{value}}</a>
</td>
<td ng-if="label == 'starttime'"
ng-cloak class="break-word">{{logDisplayDate}}</td>
Expand Down

0 comments on commit 4c5c604

Please sign in to comment.