OLD | NEW |
---|---|
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 #change-home-page-section { | 5 #change-home-page-section { |
6 margin-left: 30px; | 6 margin-left: 30px; |
7 } | 7 } |
8 | 8 |
9 #home-page-url { | 9 #home-page-url { |
10 display: inline-block; | 10 display: inline-block; |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
179 * of pages that depend on it. | 179 * of pages that depend on it. |
180 * TODO(kevers): Rivisit padding rules. */ | 180 * TODO(kevers): Rivisit padding rules. */ |
181 #default-search-engine { | 181 #default-search-engine { |
182 padding-bottom: 0; | 182 padding-bottom: 0; |
183 } | 183 } |
184 | 184 |
185 .hotword-settings { | 185 .hotword-settings { |
186 -webkit-margin-start: 22px; | 186 -webkit-margin-start: 22px; |
187 } | 187 } |
188 | 188 |
189 .hotword-description { | |
190 -webkit-margin-start: 1.8em; | |
191 color: gray; | |
192 } | |
193 | |
194 .hotword-learn-more-link { | |
195 padding-left: 8px; | |
James Hawkins
2014/10/28 22:42:55
-webkit-padding-start (RTL)
kcarattini
2014/10/28 23:22:51
Done.
| |
196 } | |
197 | |
189 /* Internet settings */ | 198 /* Internet settings */ |
190 | 199 |
191 #network-settings { | 200 #network-settings { |
192 position: relative; | 201 position: relative; |
193 } | 202 } |
194 | 203 |
195 #network-list { | 204 #network-list { |
196 min-height: 0; | 205 min-height: 0; |
197 width: 320px; | 206 width: 320px; |
198 } | 207 } |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
475 | 484 |
476 #about-button { | 485 #about-button { |
477 -webkit-margin-end: 30px; | 486 -webkit-margin-end: 30px; |
478 } | 487 } |
479 | 488 |
480 /* An input that has no function except to take up the same amount of space as | 489 /* An input that has no function except to take up the same amount of space as |
481 * a checkbox. */ | 490 * a checkbox. */ |
482 .spacer-checkbox { | 491 .spacer-checkbox { |
483 visibility: hidden; | 492 visibility: hidden; |
484 } | 493 } |
OLD | NEW |