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

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

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: . Created 7 years, 10 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 d50b47e237193579977386ca19fde8f89e5ab7f6..6d4137e1d85b82a6e26ed11e8283be998e5cd0a0 100644
--- a/chrome/browser/resources/apps_debugger/css/items.css
+++ b/chrome/browser/resources/apps_debugger/css/items.css
@@ -141,6 +141,16 @@ html[dir='rtl'] .extension-list-item {
-webkit-margin-start: 0;
}
+/* Overlays */
+
+#overlay {
+ z-index: 5;
+}
+
+#overlay .page:not(.showing) {
+ display: none;
+}
+
/* Trash */
#extension-settings .trash {

Powered by Google App Engine
This is Rietveld 408576698