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

Side by Side Diff: chrome/browser/resources/extensions/extension_load_error.css

Issue 342003005: Show alert failure for reloading unpacked extensions with bad manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final comment nits Created 6 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 #extension-load-error { 5 #extension-load-error {
6 -webkit-margin-before: 10px; 6 -webkit-margin-before: 10px;
7 -webkit-margin-end: 20px; 7 -webkit-margin-end: 20px;
8 -webkit-padding-after: 10px; 8 -webkit-padding-after: 10px;
9 -webkit-padding-end: 3px; 9 -webkit-padding-end: 3px;
10 -webkit-padding-start: 10px; 10 -webkit-padding-start: 10px;
(...skipping 20 matching lines...) Expand all
31 max-height: 100px; 31 max-height: 100px;
32 } 32 }
33 33
34 #extension-load-error-manifest .extension-code-highlighted-source { 34 #extension-load-error-manifest .extension-code-highlighted-source {
35 background-color: pink; 35 background-color: pink;
36 } 36 }
37 37
38 #extension-load-error-controls { 38 #extension-load-error-controls {
39 align-self: flex-end; 39 align-self: flex-end;
40 } 40 }
41
42 #extension-load-error-additional > span {
43 font-size: 12px;
44 font-weight: bold;
45 }
46
47 #extension-load-error-additional > li {
48 -webkit-margin-after: 0;
49 -webkit-margin-before: 3px;
50 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/unpacked_installer.cc ('k') | chrome/browser/resources/extensions/extension_load_error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698