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

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

Issue 1963013002: [MD settings] layout of site settings sub-pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 7 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 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 -webkit-margin-start: 7px;
Finnur 2016/05/10 13:05:22 This was to make sure the icon was in line vertica
dschuyler 2016/05/10 20:44:14 That alignment is being done a different way. So t
7 display: block;
8 }
9
10 .site-header {
11 width: 100%;
12 }
13
14 .site-list {
15 -webkit-margin-end: -16px;
16 }
17
18 .origin {
19 --paper-item-body-two-line-min-height: 0;
20 -webkit-margin-start: 12px;
21 }
22
23 .website-icon {
24 background-repeat: no-repeat;
25 background-size: contain;
26 height: 16px;
27 width: 16px;
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698