125:751f50b9b5fa
Anton Shestakov <av6@dwimlabs.net>, Thu, 07 Jul 2016 14:24:22 +0800
viewer: remove special case for cleanup task collapser Now that final "job finished" metadata line is not in any task, cleanup is empty and won't get the collapser naturally.

next change 146:763646a08785
previous change 110:6b22a1b4b85c

static/main.css

Permissions: -rw-r--r--

Other formats: Feeds:
.navbar {
background-color: #555555;
background: linear-gradient(0deg, rgba(0,0,0,.1), rgba(187,187,187,.1)), linear-gradient(0deg, #555555, #555555);
border: none;
}
.brand {
margin: 0;
height: 48px;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.3);
overflow: hidden;
position: relative;
}
.brand:active,
.brand:focus,
.brand:hover {
color: #fff;
}
.trigger {
display: inline-block;
}
.mascots {
position: absolute;
top: 0;
left: 0;
margin-top: 48px;
transition: margin-top 0.1s ease-in-out;
}
.mascots img {
height: 48px;
transition: transform 0.1s ease-in-out;
}
.trigger:hover .mascots {
margin-top: 6px;
}
.trigger:hover .mascots img {
transform: rotate(10deg);
}
.trigger:hover .mascots img:last-child {
transform: rotate(-10deg);
}
@media (min-width: 768px) {
.list-terse > dt {
width: 120px;
}
.list-terse > dd {
margin-left: 130px;
}
}
.badge-codes-modal {
width: 800px;
}
.snippet {
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.uk-badge {
border: none;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.uk-badge-unknown {
background: #898989;
}
.check-log {
background: #3c3c3c;
color: white;
border-color: #2a2a2a;
font-size: 13px;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.check-log div {
padding: 0 0 0 42px;
margin: 0;
}
.check-log div:target {
background: #4c4c4c;
}
.check-log a.lineno {
display: inline-block;
text-align: right;
min-width: 42px; /* 4 digits */
margin-left: -42px;
text-decoration: none;
color: #929292;
}
.check-log a.lineno::before {
content: attr(data-line-number);
padding-right: 10px;
}
.check-log a.filelink {
color: inherit;
text-decoration: underline;
}
.check-log a.collapser {
margin-left: 8px;
color: inherit;
text-decoration: underline;
}
.check-log a.collapser::before {
content: '[-]'
}
.check-log a.collapser.collapsed::before {
content: '[+]'
}
.check-log .error {
color: #f277a1;
}
.check-log .warning {
color: #f1bf8e;
}
.check-log .task {
color: #bb84b4;
}
.check-log .meta {
color: #929292;
}
.check-log .failure {
color: #f1bf8e;
}