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

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

Issue 1863623002: Convert Site Details to settings-subpage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 8 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 display: block; 6 display: block;
7 } 7 }
8 8
9 .origin { 9 .origin {
10 font-weight: bold; 10 font-size: 110%;
11 font-weight: 500;
12 margin-bottom: 20px;
13 margin-top: 35px;
11 } 14 }
12 15
13 .reset-button { 16 .reset-button {
14 -webkit-margin-start: 15px; 17 -webkit-margin-start: 15px;
15 } 18 }
16 19
17 #storage { 20 #storage {
18 -webkit-padding-end: 0; 21 -webkit-padding-end: 0;
19 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698