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

Side by Side Diff: chrome/browser/resources/options2/manage_profile_overlay.css

Issue 10832120: Fixed Create/Manage Profile dialog spacing due to Mac bug (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: 512px; 6 width: 512px;
7 } 7 }
8 8
9 .profile-icon-grid-item { 9 .profile-icon-grid-item {
10 height: 31px; 10 height: 31px;
11 margin: 4px 6px; 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: 31px; 17 height: 31px;
18 width: 38px; 18 width: 38px;
19 } 19 }
20 20
21 .profile-name-container { 21 .profile-name-container {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 } 124 }
125 125
126 #delete-profile-message { 126 #delete-profile-message {
127 -webkit-padding-start: 48px; 127 -webkit-padding-start: 48px;
128 background-repeat: no-repeat; 128 background-repeat: no-repeat;
129 } 129 }
130 130
131 html[dir='rtl'] #delete-profile-message { 131 html[dir='rtl'] #delete-profile-message {
132 background-position: right; 132 background-position: right;
133 133
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698