Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: components/crash/core/browser/resources/crashes.css

Issue 2070993002: List all crashes in chrome://crashes, including those not uploaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 margin: 20px; 6 margin: 20px;
7 } 7 }
8 8
9 h1 { 9 h1 {
10 -webkit-padding-start: 75px; 10 -webkit-padding-start: 75px;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 } 43 }
44 44
45 #crashList > div:not(:last-child) { 45 #crashList > div:not(:last-child) {
46 border-bottom: 1px solid #bbb; 46 border-bottom: 1px solid #bbb;
47 } 47 }
48 48
49 #disabledMode h2 { 49 #disabledMode h2 {
50 color: rgb(141, 51, 42); 50 color: rgb(141, 51, 42);
51 font-size: 125%; 51 font-size: 125%;
52 } 52 }
53
54 .notUploaded {
55 color: #a0a0a0;
56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698