/* Copyright 2012 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
body {
margin: 20px;
}
h1 {
padding-inline-start: 75px;
background-image: url(./sadtab.svg);
background-position: left;
background-repeat: no-repeat;
font-size: 156%;
font-weight: bold;
margin: 0;
padding-bottom: 20px;
padding-inline-start: 75px;
padding-top: 20px;
}
html[dir=rtl] h1 {
background-position: right;
}
#countBanner {
background-color: rgb(235, 239, 250);
border: 1px solid #bbb;
border-radius: 2px;
display: flex;
font-size: 100%;
padding: 4px;
}
#countBanner #crashesCount {
flex: 2;
}
#crashList h3 {
font-size: 100%;
}
.crash-row > * {
margin: 0.75em 0;
}
#crashList a:visited {
color: #666;
}
.crash-row {
padding-bottom: 0.75em;
}
.crash-row:not(:last-child) {
border-bottom: 1px solid #bbb;
}
#crashList .crash-row .dev-detail {
display: none;
}
#crashList.showing-dev-details .crash-row .dev-detail {
display: table-row;
}
.crash-detail {
margin: 10px 0;
}
.crash-detail td {
padding: 0 4px;
}
#disabledMode h2 {
color: rgb(141, 51, 42);
font-size: 125%;
}
.not-uploaded {
color: #a0a0a0;
}