Navigation Menu

Skip to content

Commit

Permalink
Bug 1140734 - Add more polish to logviewer log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tojon committed Mar 7, 2015
1 parent de10818 commit 9f9f2b3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions ui/css/logviewer.css
Expand Up @@ -38,17 +38,23 @@ body {
width: 100%;
overflow: auto;
bottom: 0;
padding: 20px 15px 0;
font-family: monospace;
font-size: small;
white-space: nowrap;
background: #EFEFEF;
background: #f8f8f8;
}

.lv-log-container > div:nth-child(even) {
background: #fff;
}

.lv-log-line {
width: 100%;
padding: 0 18px;
}

.text-danger .lv-line-number {
background: #e74c3c !important;
.text-danger {
color: #db0000;
}

.lv-line-highlight {
Expand Down Expand Up @@ -137,7 +143,10 @@ body {

.lv-log-msg {
position: relative;
padding: 26px 0 0 20px;
font-weight: bold;
font-family: sans-serif;
font-size: 14px;
}

.lv-log-msg-step {
Expand All @@ -162,4 +171,4 @@ body {
max-height:270px;
overflow-y:auto;
margin-bottom:20px;
}
}

0 comments on commit 9f9f2b3

Please sign in to comment.