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

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

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