Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / crashes.css
blob1d7ab78f67919c56465bc598b68767c2c58a205e
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 body {
6 margin: 20px;
9 h1 {
10 -webkit-padding-start: 75px;
11 background-image: url(../../app/theme/common/sadtab.svg);
12 background-position: left;
13 background-repeat: no-repeat;
14 font-size: 156%;
15 font-weight: bold;
16 margin: 0;
17 padding-bottom: 20px;
18 padding-top: 20px;
21 html[dir=rtl] h1 {
22 background-position: right;
25 #countBanner {
26 background-color: rgb(235, 239, 250);
27 border: 1px solid #bbb;
28 border-radius: 2px;
29 font-size: 100%;
30 padding: 4px;
33 #crashList h3 {
34 font-size: 100%;
37 #crashList > div > * {
38 margin: 0.75em 0;
41 #crashList a:visited {
42 color: #666;
45 #crashList > div:not(:last-child) {
46 border-bottom: 1px solid #bbb;
49 #disabledMode h2 {
50 color: rgb(141, 51, 42);
51 font-size: 125%;