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

Side by Side Diff: chrome/browser/resources/crashes.css

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 years, 2 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
11 /* TODO(stuartmorgan): Get real art for this image */ 11 /* TODO(stuartmorgan): Get real art for this image */
12 background-image: -webkit-image-set( 12 background-image: -webkit-image-set(
13 url('../../app/theme/default_100_percent/common/sadtab.png') 1x, 13 url('../../../components/resources/default_100_percent/common/sad_tab/sadt ab.png') 1x,
14 url('../../app/theme/default_200_percent/common/sadtab.png') 2x); 14 url('../../../components/resources/default_200_percent/common/sad_tab/sadt ab.png') 2x);
15 background-position: left; 15 background-position: left;
16 background-repeat: no-repeat; 16 background-repeat: no-repeat;
17 font-size: 156%; 17 font-size: 156%;
18 font-weight: bold; 18 font-weight: bold;
19 margin: 0; 19 margin: 0;
20 padding-bottom: 20px; 20 padding-bottom: 20px;
21 padding-top: 20px; 21 padding-top: 20px;
22 } 22 }
23 23
24 html[dir=rtl] h1 { 24 html[dir=rtl] h1 {
(...skipping 21 matching lines...) Expand all
46 } 46 }
47 47
48 #crashList > div:not(:last-child) { 48 #crashList > div:not(:last-child) {
49 border-bottom: 1px solid #bbb; 49 border-bottom: 1px solid #bbb;
50 } 50 }
51 51
52 #disabledMode h2 { 52 #disabledMode h2 {
53 color: rgb(141, 51, 42); 53 color: rgb(141, 51, 42);
54 font-size: 125%; 54 font-size: 125%;
55 } 55 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698