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

Side by Side Diff: trunk/src/chrome/browser/resources/options/manage_profile_overlay.css

Issue 234583008: Revert 263262 "Newly created profiles should have the grey silho..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #manage-profile-overlay { 5 #manage-profile-overlay {
6 width: 612px; 6 width: 612px;
7 } 7 }
8 8
9 .profile-icon-grid-item { 9 .profile-icon-grid-item {
10 height: 38px; 10 height: 31px;
11 margin: 2px 4px; 11 margin: 2px 4px;
12 padding: 4px; 12 padding: 4px;
13 width: 38px; 13 width: 38px;
14 } 14 }
15 15
16 .profile-icon { 16 .profile-icon {
17 height: 38px; 17 height: 31px;
18 width: 38px; 18 width: 38px;
19 } 19 }
20 20
21 #create-profile-name-input-container, 21 #create-profile-name-input-container,
22 #manage-profile-name-input-container { 22 #manage-profile-name-input-container {
23 margin-top: 5px; 23 margin-top: 5px;
24 } 24 }
25 25
26 #create-profile-name-input-container { 26 #create-profile-name-input-container {
27 margin-bottom: 5px; 27 margin-bottom: 5px;
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 140
141 #import-existing-managed-user-link { 141 #import-existing-managed-user-link {
142 left: 17px; 142 left: 17px;
143 position: absolute; 143 position: absolute;
144 } 144 }
145 145
146 #supervised-user-import { 146 #supervised-user-import {
147 margin: 0; 147 margin: 0;
148 padding: 0; 148 padding: 0;
149 } 149 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698