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

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

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Language nit. Created 6 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 /* These styles are used bby both reset_profile_settings_banner.html and 5 /*
Dan Beam 2014/08/01 18:28:52 nit: /* TODO
engedy 2014/08/01 19:44:07 Done.
6 * automatic_settings_reset_banner.html. */ 6 * TODO(engedy): These styles are used by automatic_settings_reset_banner.html
7 * only. Rename/refactor this into automatic_settings_reset_banner.css.
8 */
7 9
8 .settings-banner { 10 .settings-banner {
9 background-color: #f5f5f5; 11 background-color: #f5f5f5;
10 border-color: #c8c8c8; 12 border-color: #c8c8c8;
11 border-radius: 3px; 13 border-radius: 3px;
12 border-style: solid; 14 border-style: solid;
13 border-width: 1px; 15 border-width: 1px;
14 margin-bottom: 24px; 16 margin-bottom: 24px;
15 margin-top: 20px; 17 margin-top: 20px;
16 max-width: 716px; 18 max-width: 716px;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 78
77 .settings-banner button { 79 .settings-banner button {
78 margin-bottom: 1px; 80 margin-bottom: 1px;
79 margin-right: 0; 81 margin-right: 0;
80 } 82 }
81 83
82 #secondary-user-banner .content-area .badge { 84 #secondary-user-banner .content-area .badge {
83 background-color: rgb(210, 210, 212); 85 background-color: rgb(210, 210, 212);
84 background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS); 86 background-image: url(chrome://theme/IDR_SECONDARY_USER_SETTINGS);
85 } 87 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698