| 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 html, | 5 html, |
| 6 body, | 6 body, |
| 7 ul, | 7 ul, |
| 8 li { | 8 li { |
| 9 margin: 0; | 9 margin: 0; |
| 10 padding: 0; | 10 padding: 0; |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 p { | 61 p { |
| 62 margin-top: 0; | 62 margin-top: 0; |
| 63 } | 63 } |
| 64 | 64 |
| 65 progress { | 65 progress { |
| 66 margin-bottom: 0; | 66 margin-bottom: 0; |
| 67 width: 371px; | 67 width: 371px; |
| 68 } | 68 } |
| 69 | 69 |
| 70 ul { | 70 ul { |
| 71 -webkit-margin-after: 25px; | 71 margin-bottom: 25px; |
| 72 -webkit-margin-before: 0; | 72 margin-top: 0; |
| 73 } | 73 } |
| 74 | 74 |
| 75 .aligned-to-start { | 75 .aligned-to-start { |
| 76 -webkit-padding-start: 120px; | 76 -webkit-padding-start: 120px; |
| 77 } | 77 } |
| 78 | 78 |
| 79 .float-start { | 79 .float-start { |
| 80 float: left; | 80 float: left; |
| 81 } | 81 } |
| 82 | 82 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 | 215 |
| 216 #main-content.success #warning-button, | 216 #main-content.success #warning-button, |
| 217 #main-content.warning-no-conf #warning-button, | 217 #main-content.warning-no-conf #warning-button, |
| 218 #main-content.device-detected-none #warning-button { | 218 #main-content.device-detected-none #warning-button { |
| 219 display: none; | 219 display: none; |
| 220 } | 220 } |
| 221 | 221 |
| 222 #main-content.error #warning-button { | 222 #main-content.error #warning-button { |
| 223 clear: both; | 223 clear: both; |
| 224 } | 224 } |
| OLD | NEW |