force log messages to break to alleviate horizontal scroll on Admin page

This commit is contained in:
Jan-Christoph Borchardt 2015-03-26 11:42:04 +01:00
parent 40b77eb97a
commit 7c66e17237
3 changed files with 7 additions and 3 deletions

View File

@ -328,14 +328,12 @@ table.grid td.date{
.cronlog {
margin-left: 10px;
}
.cronstatus {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: text-bottom;
}
.cronstatus.success {
border-radius: 50%;
}
@ -349,6 +347,11 @@ table.grid td.date{
padding: 7px 10px
}
#log .log-message {
word-break: break-all;
min-width: 180px;
}
span.success {
background: #37ce02;
border-radius: 3px;

View File

@ -52,6 +52,7 @@ OC.Log = {
row.append(appTd);
var messageTd = $('<td/>');
messageTd.addClass('log-message');
messageTd.text(entry.message);
row.append(messageTd);

View File

@ -408,7 +408,7 @@ if ($_['cronErrors']) {
<td>
<?php p($entry->app);?>
</td>
<td>
<td class="log-message">
<?php p($entry->message);?>
</td>
<td class="date">