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

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

Issue 2257073002: Revert of arc: avoid checkbox AutomationNode issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 html, 5 html,
6 body, 6 body,
7 webview, 7 webview,
8 .section { 8 .section {
9 font-family: 'Roboto'; 9 font-family: 'Roboto';
10 height: 100%; 10 height: 100%;
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 36
37 #terms-view { 37 #terms-view {
38 width: 640px; 38 width: 640px;
39 } 39 }
40 40
41 .button-separator { 41 .button-separator {
42 width: 1px; 42 width: 1px;
43 } 43 }
44 44
45 .checkbox-container {
46 margin: 0;
47 padding: 0 8px 0 0;
48 }
49
45 .checkbox-option { 50 .checkbox-option {
46 height: 12px; 51 height: 12px;
47 margin: 0; 52 margin: 0;
48 padding: 0; 53 padding: 0;
49 width: 12px; 54 width: 12px;
50 } 55 }
51 56
52 .checkbox-text { 57 .checkbox-text {
53 color: rgba(0, 0, 0, 0.54); 58 color: rgba(0, 0, 0, 0.54);
54 font-size: 10px; 59 font-size: 10px;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 flex-direction: column; 101 flex-direction: column;
97 } 102 }
98 103
99 .section-checkbox-container { 104 .section-checkbox-container {
100 margin: auto; 105 margin: auto;
101 padding: 8px 0 0 0; 106 padding: 8px 0 0 0;
102 text-align: left; 107 text-align: left;
103 width: 640px; 108 width: 640px;
104 } 109 }
105 110
106 .section-checkbox-container > input[type='checkbox'] {
107 flex-shrink: 0;
108 margin: 0 8px 0 0;
109 }
110
111 .section-terms { 111 .section-terms {
112 border: 1px solid #e6e6e6; 112 border: 1px solid #e6e6e6;
113 color: rgba(0, 0, 0, 0.54); 113 color: rgba(0, 0, 0, 0.54);
114 flex: auto; 114 flex: auto;
115 margin: 0 auto 8px auto; 115 margin: 0 auto 8px auto;
116 overflow: hidden; 116 overflow: hidden;
117 padding: 0; 117 padding: 0;
118 width: 640px; 118 width: 640px;
119 } 119 }
120 120
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 158
159 a:link { 159 a:link {
160 color: rgb(51, 103, 214); 160 color: rgb(51, 103, 214);
161 text-decoration: none; 161 text-decoration: none;
162 } 162 }
163 163
164 a:visited { 164 a:visited {
165 color: rgb(51, 103, 214); 165 color: rgb(51, 103, 214);
166 text-decoration: none; 166 text-decoration: none;
167 } 167 }
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