[fix] CSS & appearance cosmetics

This commit is contained in:
Alban Crommer 2020-05-22 21:44:10 +00:00 committed by Alban Crommer
parent da12db27ac
commit dfb442c58b
3 changed files with 49 additions and 6 deletions

View file

@ -23,3 +23,27 @@
color: #003e80;
padding: 3px 8px;
}
.log .actions{
display:none;
}
.log div.col-2 p {
margin: 2px 0px 6px;
text-overflow: ellipsis;
overflow: hidden;
}
.log p.author {
font-size: .875rem;
}
.log p.server {
font-weight: bold;
}
.log a.actions-toggle.btn-link.btn-sm {
margin: 0;
padding: 0;
color: #007bff;
cursor: pointer;
}
.log pre {
font-size: 1.0rem;
color: #333;
}