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

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

Issue 8715009: Add profile avatar to profile delete dialog. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed some css and html that shouldn't have still been there after changes. Created 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 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 5
6 #manage-profile-overlay { 6 #manage-profile-overlay {
7 width: 500px; 7 width: 500px;
8 } 8 }
9 9
10 .profile-icon-grid-item { 10 .profile-icon-grid-item {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 max-height: 0; 71 max-height: 0;
72 padding: 0 10px; 72 padding: 0 10px;
73 } 73 }
74 74
75 #manage-profile-icon-grid { 75 #manage-profile-icon-grid {
76 background-color: rgba(255, 255, 255, 0.75); 76 background-color: rgba(255, 255, 255, 0.75);
77 border: 1px solid rgba(0, 0, 0, 0.3); 77 border: 1px solid rgba(0, 0, 0, 0.3);
78 padding: 2px; 78 padding: 2px;
79 } 79 }
80 80
81 #delete-profile-message {
82 background-repeat: no-repeat;
83 -webkit-padding-start: 48px;
84 }
85
86 html[dir='rtl'] #delete-profile-message {
87 background-position: right;
88 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/manage_profile_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698