Fixed <pre> block wrapping in tooltips for Firefox. Fixed missing output/error/returncode on events page- required use of angular sanitizer.

This commit is contained in:
Chris Houseknecht
2014-04-07 15:03:28 -04:00
parent 3876e06a8d
commit 1a7a4bad49
4 changed files with 27 additions and 9 deletions

View File

@@ -236,6 +236,9 @@ textarea.allowresize {
min-width: 200px;
max-width: 325px;
}
.popover pre {
white-space: pre-wrap;
}
.popover-footer {
font-size: 12px;
margin-top: 10px;
@@ -1064,6 +1067,17 @@ input[type="checkbox"].checkbox-no-label {
#completed_jobs_table i[class*="icon-job-"] {
font-size: 13px;
}
#jobevents_table {
div.return-code {
display: inline-block;
margin-left: 10px;
}
textarea {
white-space: pre-wrap;
resize: vertical;
}
}
/* Inventory job status badge */
.failures-true {