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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 #permissions-item-heading {
6 font-weight: bold;
7 padding-bottom: 5px;
8 }
9
10 .permissions-table {
11 width: 100%;
12 }
13
14 .permissions-column {
15 width: 75%;
16 }
17
18 #permissions-icon {
19 /* Set in ItemsList.createNode_(). */
20 background-repeat: no-repeat;
21 background-size: contain;
22 float: end;
23 min-height: 75px;
24 min-width: 75px;
25 }
26
27 #permissions-close {
28 float: end;
29 margin: 10px;
30 }
OLDNEW
« 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