Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 body { | 5 body { |
| 6 color: #333; | 6 color: #333; |
| 7 } | 7 } |
| 8 | 8 |
| 9 h2 { | 9 h2 { |
| 10 font-size: 110%; | 10 font-size: 110%; |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 131 width: 35%; | 131 width: 35%; |
| 132 } | 132 } |
| 133 | 133 |
| 134 .event-logs-message { | 134 .event-logs-message { |
| 135 width: 50%; | 135 width: 50%; |
| 136 } | 136 } |
| 137 | 137 |
| 138 .prefs-setting-disabled { | 138 .prefs-setting-disabled { |
| 139 display: none; | 139 display: none; |
| 140 } | 140 } |
| 141 | |
| 142 #country-override input { | |
| 143 margin-bottom: 1px; | |
|
dpapad
2016/10/11 18:00:37
Is 1px enough spacing according to the bug?
hamelphi
2016/10/12 21:41:00
I believe so. I updated the bug with new screensho
| |
| 144 } | |
| OLD | NEW |