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 .fedex-tos { | 5 .fedex-tos { |
6 -webkit-transition: height 300ms; | |
7 overflow: hidden; | 6 overflow: hidden; |
8 padding: 0 36px; | 7 padding: 0 36px; |
9 text-align: center; | 8 text-align: center; |
| 9 transition: height 300ms; |
10 } | 10 } |
11 | 11 |
12 .fedex-tos .tos-text { | 12 .fedex-tos .tos-text { |
13 padding: 8px 0; | 13 padding: 8px 0; |
14 } | 14 } |
15 | 15 |
16 .fedex-tos .agreement-box { | 16 .fedex-tos .agreement-box { |
17 padding-bottom: 8px; | 17 padding-bottom: 8px; |
18 } | 18 } |
OLD | NEW |