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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 10536084: Add a warning when developing an extension that uses old manifest version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blonk 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index eaf2ecc517415b7f1791f456df044a64ce635f40..213fbb0bb3e17251f3f6ed20c93d28da9d4f6bbf 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -169,6 +169,10 @@ html[dir='rtl'] .extension-list-item {
display: inline-block;
}
+.install-warnings a {
+ -webkit-margin-start: 0;
+}
+
.butter-bar,
.install-warnings,
.extension-warnings {

Powered by Google App Engine
This is Rietveld 408576698