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

Side by Side Diff: chrome/browser/resources/settings/site_settings/site_details_permission.css

Issue 1428313002: Add a page for showing the details for a given origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 1 month 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 2015 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 :host {
6 display: block;
7 }
8
9 .left-column {
10 -webkit-margin-start: 15px;
11 }
12
13 .right-column {
14 -webkit-margin-start: 10px;
15 }
16
17 .permission-header {
18 -webkit-margin-start: 6px;
19 }
20
21 .permission-list {
22 -webkit-margin-end: 35px;
23 }
24
25 .permission-list > paper-dropdown-menu {
26 -webkit-margin-end: 3px;
27 -webkit-margin-start: -13px;
28 margin-bottom: 12px;
29 margin-top: -20px;
30 width: 100%;
31 }
32
33 .permission-list > paper-dropdown-menu::shadow > paper-menu-button {
34 -webkit-margin-start: 11px;
35 width: 100%;
36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698