Chromium Code Reviews| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 149 } | 149 } |
| 150 | 150 |
| 151 /* Override a platform specific rule in Widgets that may no longer be relevant. | 151 /* Override a platform specific rule in Widgets that may no longer be relevant. |
| 152 * Too late in the development cycle to update Widgets.css due to the number | 152 * Too late in the development cycle to update Widgets.css due to the number |
| 153 * of pages that depend on it. | 153 * of pages that depend on it. |
| 154 * TODO(kevers): Rivisit padding rules. */ | 154 * TODO(kevers): Rivisit padding rules. */ |
| 155 #default-search-engine { | 155 #default-search-engine { |
| 156 padding-bottom: 0; | 156 padding-bottom: 0; |
| 157 } | 157 } |
| 158 | 158 |
| 159 .hotword-settings { | |
| 160 margin-left: 22px; | |
|
James Hawkins
2014/01/14 00:53:50
RTL
rpetterson
2014/01/14 21:54:17
What's the best way to handle this? Just "margin"?
James Hawkins
2014/01/17 17:39:18
-webkit-margin-start
rpetterson
2014/01/17 23:53:24
Done.
| |
| 161 } | |
| 162 | |
| 159 /* Internet settings */ | 163 /* Internet settings */ |
| 160 | 164 |
| 161 #network-settings { | 165 #network-settings { |
| 162 position: relative; | 166 position: relative; |
| 163 } | 167 } |
| 164 | 168 |
| 165 #network-list { | 169 #network-list { |
| 166 min-height: 0; | 170 min-height: 0; |
| 167 width: 320px; | 171 width: 320px; |
| 168 } | 172 } |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 418 } | 422 } |
| 419 | 423 |
| 420 #accessibility-autoclick .controlled-setting-with-label { | 424 #accessibility-autoclick .controlled-setting-with-label { |
| 421 -webkit-box-align: baseline; | 425 -webkit-box-align: baseline; |
| 422 } | 426 } |
| 423 | 427 |
| 424 #accessibility-autoclick label + select { | 428 #accessibility-autoclick label + select { |
| 425 /* Same as .controlled-setting-with-label > input + span. */ | 429 /* Same as .controlled-setting-with-label > input + span. */ |
| 426 -webkit-margin-start: 0.6em; | 430 -webkit-margin-start: 0.6em; |
| 427 } | 431 } |
| OLD | NEW |