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

Side by Side Diff: chrome/browser/resources/settings/site_settings/site_details.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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: 4px;
6 display: block; 7 display: block;
7 } 8 }
8 9
9 .origin-box { 10 .origin-box {
10 margin-bottom: 20px; 11 margin-bottom: 20px;
11 margin-top: 35px; 12 margin-top: 35px;
12 } 13 }
13 14
14 .origin { 15 .origin {
15 -webkit-margin-start: 10px; 16 -webkit-margin-start: 10px;
16 font-size: 110%; 17 font-size: 110%;
17 font-weight: 500; 18 font-weight: 500;
18 } 19 }
19 20
20 .reset-button { 21 .reset-button {
21 -webkit-margin-start: 15px; 22 -webkit-margin-start: 15px;
22 } 23 }
23 24
24 #storage { 25 #storage {
25 -webkit-padding-end: 0; 26 -webkit-padding-end: 0;
26 } 27 }
27 28
28 .website-icon { 29 .website-icon {
29 background-repeat: no-repeat; 30 background-repeat: no-repeat;
30 background-size: contain; 31 background-size: contain;
31 height: 16px; 32 height: 16px;
32 width: 16px; 33 width: 16px;
33 } 34 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698