Merge pull request #175 from AutomatedTester/1057347

Bug 1057347: Remove log line number from logviewer to allow easier copy/paste of logs
This commit is contained in:
jeads 2014-09-15 09:50:15 -07:00
Родитель fca05d2d2b b0522ec50a
Коммит c6e4178f08
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -38,15 +38,6 @@ body {
width: 100%;
}
.lv-line-number {
background-color: #232323;
color: #EFEFEF;
padding: 2px 5px;
display: inline-block;
text-align: right;
min-width: 45px;
}
.text-danger .lv-line-number {
background: #e74c3c !important;
}

Просмотреть файл

@ -10,6 +10,5 @@
class="lv-log-line"
line="{{ lv_line.index }}">
<span class="lv-line-number">{{ lv_line.index }}</span>
<span class="lv-line-text">{{ lv_line.text }}</span>
</div>