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 | 5 |
6 #connect { | 6 #connect { |
7 min-height: 395px; | 7 min-height: 395px; |
8 padding: 70px 17px 21px; | 8 padding: 70px 17px 21px; |
9 } | 9 } |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 color: #444; | 22 color: #444; |
23 font-size: 16px; | 23 font-size: 16px; |
24 margin-bottom: 30px; | 24 margin-bottom: 30px; |
25 } | 25 } |
26 | 26 |
27 #connect .step-contents { | 27 #connect .step-contents { |
28 margin: 33px auto 82px; | 28 margin: 33px auto 82px; |
29 width: 435px; | 29 width: 435px; |
30 } | 30 } |
31 | 31 |
| 32 .connect-debugging-specific { |
| 33 display: none; |
| 34 } |
| 35 |
| 36 .connect-debugging-view .connect-debugging-specific { |
| 37 display: block; |
| 38 } |
| 39 |
32 html:not([highlight=strong]) #network-timezone-setting { | 40 html:not([highlight=strong]) #network-timezone-setting { |
33 display: none; | 41 display: none; |
34 } | 42 } |
OLD | NEW |