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

Side by Side Diff: chrome/browser/resources/settings/people_page/sync_page.css

Issue 1503333003: Settings People Rewrite: Make Sync/Sign-in naming consistent to People. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge upstream changes Created 5 years 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 (c) 2015 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 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 paper-checkbox { 5 paper-checkbox {
6 margin-bottom: 10px; 6 margin-bottom: 10px;
7 } 7 }
8 8
9 paper-radio-button { 9 paper-radio-button {
10 display: block; 10 display: block;
11 } 11 }
12 12
13 #sync-item-list { 13 #sync-item-list {
14 margin-left: 32px; 14 margin-left: 32px;
15 } 15 }
16 16
17 #sync-item-list paper-checkbox { 17 #sync-item-list paper-checkbox {
18 display: block; 18 display: block;
19 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698