2018-08-17 15:09:36 +03:00

158 lines
2.1 KiB
CSS

#details-head h1 {
margin-bottom: 4px;
}
#details-head {
margin-bottom: 24px;
}
#details-head-actions {
text-align: right;
vertical-align: middle;
}
.details-block .status {
font-size: 32px;
width: 40px;
}
.details-block {
margin-bottom: 36px;
border: 1px #aaa;
border-radius: 3px;
}
.details-block .copy-btn {
width: 90px;
}
.details-block code {
display: block;
padding: 8px;
margin-bottom: 8px;
background: #f5f5f5;
}
.details-block form {
display: inline;
}
#details-status td {
padding: 8px;
}
#log-schedule th {
padding-top: 4px;
}
#details-integrations th {
width: 40px;
text-align: center;
}
#log-schedule td {
padding: 4px 0 4px 8px;
}
#log-schedule th {
vertical-align: top;
font-weight: normal;
text-align: right;
}
#log-schedule .value {
font-weight: bold;
}
#log-schedule .subtitle {
color: #999;
}
#details-remove-check {
border-color: #d43f3a;
color: #d43f3a;
background: #FFF;
}
#format-switcher-container:before {
content: " ";
}
#log-container {
overflow: hidden;
}
#log {
visibility: hidden;
font-size: 13px;
}
#log th {
border-top: 0;
border-bottom: 1px solid #E5E5E5;
}
#log td {
color: #444;
position: relative;
border: 0;
border-bottom: 1px solid #E5E5E5;
}
#log .date, #log .time {
white-space: nowrap;
}
#log .details {
width: 100%;
}
#log .details div {
width: 700px;
white-space: nowrap;
overflow: hidden;
overflow-x: hidden;
text-overflow: ellipsis;
}
@media (min-width: 1200px) {
#log .details div {
width: 900px;
}
}
#log .details span.ua-body {
font-family: "Lucida Console", Monaco, monospace;
font-size: 11.7px;
color: #888;
}
#log tr.ok {
cursor: pointer;
}
#log tr.ok:hover td {
background-color: #f5f5f5;
}
#log tr.missing td {
color: #d9534f;
background: #fff3f2;
}
#log .n-cell {
font-family: monospace;
text-align: right;
}
#log .hash {
color: #aaa;
}
#log .alert-info {
font-size: 12px;
}