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

Side by Side Diff: chrome/browser/resources/settings/users_page/user_list.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 .clear-icon {
6 color: #6e6e6e;
7 }
8
9 .clear-icon::shadow iron-icon {
10 height: 18px;
11 width: 18px;
12 }
13
14 .soft-border {
15 border: 1px solid #c4c4c4;
16 border-radius: 2px;
17 }
18
19 .user {
20 -webkit-padding-end: 8px;
21 -webkit-padding-start: 20px;
22 font-size: 0.75em;
23 height: 34px;
24 }
25
26 .user:hover {
27 background-color: #f0f0f0;
28 }
29
30 .user-list {
31 border: 1px solid gray;
32 height: 160px;
33 overflow-y: auto;
34 padding: 10px 0;
35 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/settings/users_page/user_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698