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

Side by Side Diff: chrome/browser/resources/settings/users_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
(Empty)
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
3 * found in the LICENSE file. */
4
5 #addUserInput {
6 width: 100%;
7 }
8
9 .add-user-button {
10 padding-top: 25px;
11 }
12
13 .page-content > div {
14 margin-top: 30px;
15 }
16
17 .users {
18 -webkit-margin-start: 50px;
19 }
20
21 paper-input {
22 width: 300px;
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698