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

Side by Side Diff: chrome/browser/resources/settings/reset_page/reset_profile_dialog.css

Issue 1419053008: MD Settings: Construct reset profile dialog only when needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reset_ui2
Patch Set: remove unused id Created 5 years, 1 month 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
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 #resetDialog { 5 #dialog {
6 min-width; 300px; 6 min-width; 300px;
7 width: 500px; 7 width: 500px;
8 } 8 }
9 9
10 #reset { 10 #reset {
11 -webkit-margin-start: 10px; 11 -webkit-margin-start: 10px;
12 -webkit-padding-end: 15px; 12 -webkit-padding-end: 15px;
13 -webkit-padding-start: 15px; 13 -webkit-padding-start: 15px;
14 background-color: rgb(120, 120, 120); 14 background-color: rgb(120, 120, 120);
15 color: white; 15 color: white;
(...skipping 30 matching lines...) Expand all
46 padding-right: 5px; 46 padding-right: 5px;
47 text-align: right; 47 text-align: right;
48 vertical-align: top; 48 vertical-align: top;
49 } 49 }
50 50
51 #settings .value { 51 #settings .value {
52 color: #333; 52 color: #333;
53 text-align: left; 53 text-align: left;
54 white-space: pre-line; 54 white-space: pre-line;
55 } 55 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698