[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 { .log {
margin-bottom: 10px; padding: 16px 0;
border-top: 1px solid #eee; 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;
} }
.log .meta a { .log .meta {
color: #666;
font-size: .875rem; font-size: .875rem;
color: #888;
line-height:1.2em;
} }
.log .meta p { .log .meta p {
font-size: .875rem; margin: 0px;
line-height:1em; overflow: hidden;
margin: 0px; text-overflow: ellipsis;
overflow: hidden;
text-overflow: ellipsis;
} }
.log .meta p.server { .log .meta p.server {
color:#333; color: #333;
font-size:1.125rem;
} }
.log .meta .actions-toggle { .log .meta .actions-toggle {
margin: 0; margin: 0;
padding: 0; padding: 0;
color: #666; cursor: pointer;
cursor: pointer; line-height:1em;
line-height:1em;
} }
.log .meta .actions{ .log .meta .actions{
display:none; display:none;
} }
.log pre {
font-size: 1.125rem;
color: #333;
}
.log pre .cmd {
background: #eee;
color: #003e80;
padding: 3px 8px;
}