[fix] simplify css

This commit is contained in:
alban 2020-05-23 21:47:49 +02:00
parent 56ce8cb645
commit 5bedb0c2a9
1 changed files with 25 additions and 28 deletions

View File

@ -5,45 +5,42 @@
*/
.log {
margin-bottom: 10px;
border-top: 1px solid #eee;
padding-top: 6px;
}
.log p {
color: #666;
}
.log span.cmd {
background: #eee;
color: #003e80;
padding: 3px 8px;
}
.log pre {
font-size: 1.0rem;
color: #333;
padding: 16px 0;
border-top: 1px solid #eee;
}
.log .meta a {
color: #666;
.log .meta {
font-size: .875rem;
color: #888;
line-height:1.2em;
}
.log .meta p {
font-size: .875rem;
line-height:1em;
margin: 0px;
overflow: hidden;
text-overflow: ellipsis;
margin: 0px;
overflow: hidden;
text-overflow: ellipsis;
}
.log .meta p.server {
color:#333;
color: #333;
font-size:1.125rem;
}
.log .meta .actions-toggle {
margin: 0;
padding: 0;
color: #666;
cursor: pointer;
line-height:1em;
margin: 0;
padding: 0;
cursor: pointer;
line-height:1em;
}
.log .meta .actions{
display:none;
}
.log pre {
font-size: 1.125rem;
color: #333;
}
.log pre .cmd {
background: #eee;
color: #003e80;
padding: 3px 8px;
}