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

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

Issue 10626005: Add lots of 2x assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
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/sadtab.png'); 12 background-image: url('../../app/theme/default_100_percent/sadtab.png');
flackr 2012/06/21 21:19:21 For this and other assets where a 2x file exists p
13 background-position: left; 13 background-position: left;
14 background-repeat: no-repeat; 14 background-repeat: no-repeat;
15 font-size: 156%; 15 font-size: 156%;
16 font-weight: bold; 16 font-weight: bold;
17 margin: 0; 17 margin: 0;
18 padding-bottom: 20px; 18 padding-bottom: 20px;
19 padding-top: 20px; 19 padding-top: 20px;
20 } 20 }
21 21
22 html[dir=rtl] h1 { 22 html[dir=rtl] h1 {
(...skipping 21 matching lines...) Expand all
44 } 44 }
45 45
46 #crashList > div:not(:last-child) { 46 #crashList > div:not(:last-child) {
47 border-bottom: 1px solid #bbb; 47 border-bottom: 1px solid #bbb;
48 } 48 }
49 49
50 #disabledMode h2 { 50 #disabledMode h2 {
51 color: rgb(141, 51, 42); 51 color: rgb(141, 51, 42);
52 font-size: 125%; 52 font-size: 125%;
53 } 53 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/wrench_menu.css ('k') | chrome/browser/resources/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698