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

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

Issue 1947033003: Site Settings on Desktop: Align some of the UI elements better. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head 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
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 :host { 5 :host {
6 -webkit-margin-start: 7px;
6 display: block; 7 display: block;
7 } 8 }
8 9
9 .site-header { 10 .site-header {
10 width: 100%; 11 width: 100%;
11 } 12 }
12 13
13 .site-list { 14 .site-list {
14 -webkit-margin-end: -16px; 15 -webkit-margin-end: -16px;
15 } 16 }
16 17
17 .origin { 18 .origin {
18 --paper-item-body-two-line-min-height: 0; 19 --paper-item-body-two-line-min-height: 0;
19 -webkit-margin-start: 12px; 20 -webkit-margin-start: 12px;
20 } 21 }
21 22
22 .website-icon { 23 .website-icon {
23 background-repeat: no-repeat; 24 background-repeat: no-repeat;
24 background-size: contain; 25 background-size: contain;
25 height: 16px; 26 height: 16px;
26 width: 16px; 27 width: 16px;
27 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698