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

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

Issue 10666019: Merge 143588 - Update WebUI for HiDPI images added in r143476 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/chromeos/wrench_menu.css ('k') | chrome/browser/resources/plugins.css » ('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: url('../../app/theme/default_100_percent/sadtab.png'); 12 background-image: -webkit-image-set(
13 url('../../app/theme/default_100_percent/sadtab.png') 1x,
14 url('../../app/theme/default_200_percent/sadtab.png') 2x);
13 background-position: left; 15 background-position: left;
14 background-repeat: no-repeat; 16 background-repeat: no-repeat;
15 font-size: 156%; 17 font-size: 156%;
16 font-weight: bold; 18 font-weight: bold;
17 margin: 0; 19 margin: 0;
18 padding-bottom: 20px; 20 padding-bottom: 20px;
19 padding-top: 20px; 21 padding-top: 20px;
20 } 22 }
21 23
22 html[dir=rtl] h1 { 24 html[dir=rtl] h1 {
(...skipping 21 matching lines...) Expand all
44 } 46 }
45 47
46 #crashList > div:not(:last-child) { 48 #crashList > div:not(:last-child) {
47 border-bottom: 1px solid #bbb; 49 border-bottom: 1px solid #bbb;
48 } 50 }
49 51
50 #disabledMode h2 { 52 #disabledMode h2 {
51 color: rgb(141, 51, 42); 53 color: rgb(141, 51, 42);
52 font-size: 125%; 54 font-size: 125%;
53 } 55 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/wrench_menu.css ('k') | chrome/browser/resources/plugins.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698