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

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: 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 margin: -20px 3px 12px -13px;
michaelpg 2015/11/09 18:26:30 rtl?
Finnur 2015/11/10 00:36:45 Do you mean 'convert to -webkit-margin-start etc'?
michaelpg 2015/11/10 00:40:45 Yep.
Finnur 2015/11/10 16:00:51 Done.
27 width: 100%;
28 }
29
30 .permission-list > paper-dropdown-menu::shadow > paper-menu-button {
31 -webkit-margin-start: 11px;
32 width: 100%;
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698