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

Unified Diff: chrome/browser/resources/apps_debugger/css/items.css

Issue 22191003: [Apps Developer Tool] Show installation warnings as chrome://extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update as comments. 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/apps_debugger/css/items.css
diff --git a/chrome/browser/resources/apps_debugger/css/items.css b/chrome/browser/resources/apps_debugger/css/items.css
index 78893987e9a8567bdafd9b6639df10bdf26b72ea..7e76b432e35f40dd8a36e1ab5e862311ed61d3a5 100644
--- a/chrome/browser/resources/apps_debugger/css/items.css
+++ b/chrome/browser/resources/apps_debugger/css/items.css
@@ -331,10 +331,21 @@ html[dir='rtl'] .enable-control {
display: inline-block;
}
+.install-warnings {
+ background: pink;
+ border-radius: 3px;
+ margin-top: 5px;
+ padding: 2px 5px;
+}
+
.install-warnings a {
-webkit-margin-start: 0;
}
+.install-warnings ul {
+ margin: 0;
+}
+
.extension-details-summary {
margin-bottom: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698