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

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

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: Rebase to Master Created 7 years, 4 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 579fdaa8e41b2e7bdd4bae809a300d1822da2327..202d2b2c29102d83c592c751cc942123245562b9 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -217,12 +217,7 @@ html[dir='rtl'] .extension-list-item {
display: inline-block;
}
-.install-warnings a {
- -webkit-margin-start: 0;
-}
-
.butter-bar,
-.install-warnings,
.extension-warnings {
border-radius: 3px;
margin-top: 5px;
@@ -233,12 +228,10 @@ html[dir='rtl'] .extension-list-item {
background: rgb(255, 242, 153);
}
-.install-warnings,
.extension-warnings {
background: pink;
}
-.install-warnings ul,
.extension-warnings ul {
margin: 0;
}

Powered by Google App Engine
This is Rietveld 408576698