| OLD | NEW |
| 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 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 */ | |
| 5 | 4 |
| 6 .bubble-button { | 5 .bubble-button { |
| 7 -webkit-margin-start: 4px; | 6 -webkit-margin-start: 4px; |
| 8 display: inline-block; | 7 display: inline-block; |
| 9 height: 0; | 8 height: 0; |
| 10 line-height: 1; | 9 line-height: 1; |
| 11 vertical-align: middle; | 10 vertical-align: middle; |
| 12 width: 16px; | 11 width: 16px; |
| 13 } | 12 } |
| 14 | 13 |
| 15 .bubble-button > div { | 14 .bubble-button > div { |
| 16 background-size: 16px; | 15 background-size: 16px; |
| 17 height: 16px; | 16 height: 16px; |
| 18 position: relative; | 17 position: relative; |
| 19 top: -9px; | 18 top: -9px; |
| 20 width: 16px; | 19 width: 16px; |
| 21 } | 20 } |
| OLD | NEW |