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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/main.css

Issue 2104893003: Adds a new checkbox for backup and restore in opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds a new checkbox for backup and restore in opt-in flow. Created 4 years, 5 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
OLDNEW
1 /** 1 /**
2 * Copyright 2016 The Chromium Authors. All rights reserved. 2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 html, 7 html,
8 body, 8 body,
9 webview, 9 webview,
10 .section { 10 .section {
11 font-family: 'Roboto'; 11 font-family: 'Roboto';
12 height: 100%; 12 height: 100%;
13 margin: 0; 13 margin: 0;
14 padding: 0; 14 padding: 0;
15 width: 100%; 15 width: 100%;
16 } 16 }
17 17
18 #arc-support { 18 #arc-support {
19 padding: 0; 19 padding: 0;
20 } 20 }
21 21
22 .button-separator { 22 .button-separator {
23 width: 1px; 23 width: 1px;
24 } 24 }
25 25
26 .checkbox-metrics { 26 .checkbox-option {
27 height: 16px; 27 height: 16px;
28 margin: 0; 28 margin: 0;
29 padding: 0 8px 0 0; 29 padding: 0 8px 0 0;
30 width: 16px; 30 width: 16px;
31 } 31 }
32 32
33 .image-header { 33 .image-header {
34 display: block; 34 display: block;
35 height: 300px; 35 height: 300px;
36 padding: 0; 36 padding: 0;
37 width: 960px; 37 width: 960px;
38 } 38 }
39 39
40 .section { 40 .section {
41 text-align: center; 41 text-align: center;
42 } 42 }
43 43
44 .section-buttons { 44 .section-buttons {
45 margin: auto; 45 margin: auto;
46 padding: 16px 0 24px 0; 46 padding: 16px 0 24px 0;
47 width: 468px; 47 width: 468px;
48 } 48 }
49 49
50 .section-flex { 50 .section-flex {
51 display: flex; 51 display: flex;
52 flex-direction: column; 52 flex-direction: column;
53 height: 688px; 53 height: 688px;
54 } 54 }
55 55
56 .section-metrics { 56 .section-checkbox-container {
57 margin: auto; 57 margin: auto;
58 padding: 16px 0 0 0; 58 padding: 16px 0 0 0;
59 text-align: left; 59 text-align: left;
60 width: 468px; 60 width: 468px;
61 } 61 }
62 62
63 .section-terms { 63 .section-terms {
64 border: 1px solid #e6e6e6; 64 border: 1px solid #e6e6e6;
65 color: rgba(0, 0, 0, 0.54); 65 color: rgba(0, 0, 0, 0.54);
66 flex: auto; 66 flex: auto;
67 margin: auto; 67 margin: auto;
68 overflow: hidden; 68 overflow: hidden;
69 padding: 0; 69 padding: 0;
70 width: 468px; 70 width: 468px;
71 } 71 }
72 72
73 .text-desc { 73 .text-desc {
74 color: rgba(0, 0, 0, 0.54); 74 color: rgba(0, 0, 0, 0.54);
75 font-size: 18px; 75 font-size: 18px;
76 font-weight: 300; 76 font-weight: 300;
77 line-height: 24px; 77 line-height: 24px;
78 margin: auto; 78 margin: auto;
79 padding: 16px 0 0 0; 79 padding: 16px 0 0 0;
80 width: 600px; 80 width: 600px;
81 } 81 }
82 82
83 .text-metrics { 83 .checkbox-text {
84 color: rgba(0, 0, 0, 0.54); 84 color: rgba(0, 0, 0, 0.54);
85 font-size: 10px; 85 font-size: 10px;
86 font-weight: 400; 86 font-weight: 400;
87 line-height: 16px; 87 line-height: 16px;
88 margin: 0; 88 margin: 0;
89 padding: 0; 89 padding: 0;
90 } 90 }
91 91
92 .text-status { 92 .text-status {
93 color: rgba(0, 0, 0, 0.54); 93 color: rgba(0, 0, 0, 0.54);
(...skipping 25 matching lines...) Expand all
119 119
120 a:link { 120 a:link {
121 color: rgb(51, 103, 214); 121 color: rgb(51, 103, 214);
122 text-decoration: none; 122 text-decoration: none;
123 } 123 }
124 124
125 a:visited { 125 a:visited {
126 color: rgb(51, 103, 214); 126 color: rgb(51, 103, 214);
127 text-decoration: none; 127 text-decoration: none;
128 } 128 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/background.js ('k') | chrome/browser/resources/chromeos/arc_support/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698