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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/reportView.css

Issue 2093913002: DevTools: When no manifest detected, provide user with link to docs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: closure fixes. Created 3 years, 10 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 | « third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2016 The Chromium Authors. All rights reserved. 2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 :host { 7 :host {
8 background-color: #f9f9f9; 8 background-color: #f9f9f9;
9 } 9 }
10 10
11 .report-content-box { 11 .report-content-box {
12 background-color: white; 12 background-color: white;
13 white-space: nowrap; 13 white-space: nowrap;
14 overflow: auto; 14 overflow: auto;
15 } 15 }
16 16
17 .report-content-box p {
18 white-space: initial;
19 line-height: 18px;
20 }
21
17 .report-header { 22 .report-header {
18 border-bottom: 1px solid rgb(230, 230, 230); 23 border-bottom: 1px solid rgb(230, 230, 230);
19 padding: 12px 24px; 24 padding: 12px 24px;
20 } 25 }
21 26
22 .report-header .toolbar { 27 .report-header .toolbar {
23 margin-bottom: -8px; 28 margin-bottom: -8px;
24 } 29 }
25 30
26 .report-header .toolbar { 31 .report-header .toolbar {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 padding: 0 6px; 87 padding: 0 6px;
83 text-overflow: ellipsis; 88 text-overflow: ellipsis;
84 overflow: hidden; 89 overflow: hidden;
85 white-space: pre; 90 white-space: pre;
86 } 91 }
87 92
88 .report-field-value-subtitle { 93 .report-field-value-subtitle {
89 color: #888; 94 color: #888;
90 line-height: 14px; 95 line-height: 14px;
91 } 96 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698