[fix] CSS & appearance cosmetics
This commit is contained in:
parent
da12db27ac
commit
dfb442c58b
3 changed files with 49 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue