| 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 */ | |
| 5 | 4 |
| 6 body { | 5 body { |
| 7 cursor: default; | 6 cursor: default; |
| 8 font-size: 13px; | 7 font-size: 13px; |
| 9 } | 8 } |
| 10 | 9 |
| 11 .container { | 10 .container { |
| 12 -webkit-box-align: center; | 11 -webkit-box-align: center; |
| 13 -webkit-box-pack: center; | 12 -webkit-box-pack: center; |
| 14 bottom: 0; | 13 bottom: 0; |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 61 |
| 63 .button-strip { | 62 .button-strip { |
| 64 -webkit-box-orient: horizontal; | 63 -webkit-box-orient: horizontal; |
| 65 display: -webkit-box; | 64 display: -webkit-box; |
| 66 } | 65 } |
| 67 | 66 |
| 68 .button-strip > button { | 67 .button-strip > button { |
| 69 -webkit-margin-start: 10px; | 68 -webkit-margin-start: 10px; |
| 70 display: block; | 69 display: block; |
| 71 } | 70 } |
| OLD | NEW |