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

Side by Side Diff: chrome/browser/resources/settings/sync_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
(Empty)
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
3 * found in the LICENSE file. */
4
5 paper-checkbox {
6 margin-bottom: 10px;
7 }
8
9 paper-radio-button {
10 display: block;
11 }
12
13 #sync-item-list {
14 margin-left: 32px;
15 }
16
17 #sync-item-list paper-checkbox {
18 display: block;
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698