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

Side by Side Diff: chrome/browser/resources/settings/reset_page/reset_page.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: rebase 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/reset_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 * found in the LICENSE file. */
4
5 #resetDialog {
6 min-width; 300px;
7 width: 500px;
8 }
9
10 #reset {
11 -webkit-margin-start: 10px;
12 -webkit-padding-end: 15px;
13 -webkit-padding-start: 15px;
14 background-color: rgb(120, 120, 120);
15 color: white;
16 }
17
18 #learnMore,
19 #cancel {
20 color: rgb(94, 94, 94);
21 }
22
23 #explanation {
24 margin: 10px 0;
25 }
26
27 #buttonContainer {
28 margin: 15px 0;
29 }
30
31 #feedbackBar {
32 background-color: rgb(236, 236, 236);
33 margin: 0;
34 padding: 20px;
35 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/reset_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698