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

Unified 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: Prettified failure path 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/extensions/extension_load_error.css
diff --git a/chrome/browser/resources/extensions/extension_load_error.css b/chrome/browser/resources/extensions/extension_load_error.css
index 63e565300301455f0205427c813fe22375aa2270..ff222c0ecd696af9467dd5c467a092969152c3e6 100644
--- a/chrome/browser/resources/extensions/extension_load_error.css
+++ b/chrome/browser/resources/extensions/extension_load_error.css
@@ -38,3 +38,12 @@
#extension-load-error-controls {
align-self: flex-end;
}
+
+#extension-load-error-additional>span {
Finnur 2014/07/14 10:25:58 nit: Add space before and after '>' (also below)
gpdavis 2014/07/14 18:58:19 Done.
+ font-size: 12px;
+ font-weight: bold;
+}
+
+#extension-load-error-additional>li {
+ margin: 3px 0;
Finnur 2014/07/14 10:25:58 There's a fairly good chance this won't work with
gpdavis 2014/07/14 18:58:19 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698