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

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

Issue 12943010: Add native permissions dialog for apps_devtools app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: reused the ReviewPermissions in extension_install_prompt.cc Created 7 years, 9 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/permissions_overlay.css
diff --git a/chrome/browser/resources/apps_debugger/css/permissions_overlay.css b/chrome/browser/resources/apps_debugger/css/permissions_overlay.css
deleted file mode 100644
index 99048c9dd4b9b16d9e3f2f2d2f4816f77511f68f..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/apps_debugger/css/permissions_overlay.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-#permissions-item-heading {
- font-weight: bold;
- padding-bottom: 5px;
-}
-
-.permissions-table {
- width: 100%;
-}
-
-.permissions-column {
- width: 75%;
-}
-
-#permissions-icon {
- /* Set in ItemsList.createNode_(). */
- background-repeat: no-repeat;
- background-size: contain;
- float: end;
- min-height: 75px;
- min-width: 75px;
-}
-
-#permissions-close {
- float: end;
- margin: 10px;
-}
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/browser/resources/apps_debugger/js/items.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698