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

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

Issue 2274543002: Reland: arc: avoid checkbox AutomationNode issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
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 /** 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 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 .bubble-button > div { 43 .bubble-button > div {
44 height: 12px; 44 height: 12px;
45 top: -8px; 45 top: -8px;
46 width: 12px; 46 width: 12px;
47 } 47 }
48 48
49 .button-separator { 49 .button-separator {
50 width: 1px; 50 width: 1px;
51 } 51 }
52 52
53 .checkbox-container {
54 margin: 0;
55 padding: 0 8px 0 0;
56 }
57
58 .checkbox-option { 53 .checkbox-option {
59 height: 12px; 54 height: 12px;
60 margin: 0; 55 margin: 0;
61 padding: 0; 56 padding: 0;
62 width: 12px; 57 width: 12px;
63 } 58 }
64 59
65 .checkbox-text { 60 .checkbox-text {
66 color: rgba(0, 0, 0, 0.54); 61 color: rgba(0, 0, 0, 0.54);
67 font-size: 10px; 62 font-size: 10px;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 flex-direction: column; 113 flex-direction: column;
119 } 114 }
120 115
121 .section-checkbox-container { 116 .section-checkbox-container {
122 margin: auto; 117 margin: auto;
123 padding: 8px 0 0 0; 118 padding: 8px 0 0 0;
124 text-align: left; 119 text-align: left;
125 width: 640px; 120 width: 640px;
126 } 121 }
127 122
123 .section-checkbox-container > input[type='checkbox'] {
124 flex-shrink: 0;
125 margin: 0 8px 0 0;
126 }
127
128 .section-terms { 128 .section-terms {
129 border: 1px solid #e6e6e6; 129 border: 1px solid #e6e6e6;
130 color: rgba(0, 0, 0, 0.54); 130 color: rgba(0, 0, 0, 0.54);
131 flex: auto; 131 flex: auto;
132 margin: 0 auto 8px auto; 132 margin: 0 auto 8px auto;
133 overflow: hidden; 133 overflow: hidden;
134 padding: 0; 134 padding: 0;
135 width: 640px; 135 width: 640px;
136 } 136 }
137 137
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 175
176 a:link { 176 a:link {
177 color: rgb(51, 103, 214); 177 color: rgb(51, 103, 214);
178 text-decoration: none; 178 text-decoration: none;
179 } 179 }
180 180
181 a:visited { 181 a:visited {
182 color: rgb(51, 103, 214); 182 color: rgb(51, 103, 214);
183 text-decoration: none; 183 text-decoration: none;
184 } 184 }
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