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

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

Issue 1503403004: Settings People Rewrite: Move users_page as subpage of People. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0053-people-rename-a-bunch-of-stuff
Patch Set: 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 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 #addUserInput { 5 #addUserInput {
6 width: 100%; 6 width: 100%;
7 } 7 }
8 8
9 .add-user-button { 9 .add-user-button {
10 padding-top: 25px; 10 padding-top: 25px;
11 } 11 }
12 12
13 .page-content > div {
14 margin-top: 30px;
15 }
16
17 .users { 13 .users {
18 -webkit-margin-start: 50px; 14 -webkit-margin-start: 50px;
19 } 15 }
20 16
21 paper-input { 17 paper-input {
22 width: 300px; 18 width: 300px;
23 } 19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698