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

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

Issue 10834142: [options2] Fix issue when deleting a user and pressing back. (Closed) Base URL: svn://svn.chromium.org/chrome/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
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 max-width: 512px;
7 min-width: 463px;
Evan Stade 2012/08/07 04:57:11 levae this stuff for another patch
7 } 8 }
8 9
9 .profile-icon-grid-item { 10 .profile-icon-grid-item {
10 height: 31px; 11 height: 31px;
11 margin: 4px 6px; 12 margin: 4px 6px;
12 padding: 4px; 13 padding: 4px;
13 width: 38px; 14 width: 38px;
14 } 15 }
15 16
16 .profile-icon { 17 .profile-icon {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 } 125 }
125 126
126 #delete-profile-message { 127 #delete-profile-message {
127 -webkit-padding-start: 48px; 128 -webkit-padding-start: 48px;
128 background-repeat: no-repeat; 129 background-repeat: no-repeat;
129 } 130 }
130 131
131 html[dir='rtl'] #delete-profile-message { 132 html[dir='rtl'] #delete-profile-message {
132 background-position: right; 133 background-position: right;
133 134
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/browser_options.js ('k') | chrome/browser/resources/options2/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698