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

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

Issue 1368733002: Introduce cr-settings-input and eliminate cr-input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_532540_elim_cr_toggle_button
Patch Set: Rebase Created 5 years, 2 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 #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 { 13 .page-content > div {
14 margin-top: 30px; 14 margin-top: 30px;
15 } 15 }
16 16
17 .users { 17 .users {
18 -webkit-margin-start: 50px; 18 -webkit-margin-start: 50px;
19 } 19 }
20 20
21 cr-input { 21 paper-input {
22 width: 300px; 22 width: 300px;
23 } 23 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/settings/users_page/users_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698