Chromium Code Reviews| Index: ui/webui/resources/css/bubble_button.css |
| diff --git a/ui/webui/resources/css/bubble_button.css b/ui/webui/resources/css/bubble_button.css |
| index 5f37ed207069018fd143c3d548cceafebd76d899..7d6d5d75d1248fa075296ce10923efb7b3d3276c 100644 |
| --- a/ui/webui/resources/css/bubble_button.css |
| +++ b/ui/webui/resources/css/bubble_button.css |
| @@ -7,6 +7,7 @@ |
| display: inline-block; |
| height: 0; |
| line-height: 1; |
| + margin-left: 4px; |
| vertical-align: middle; |
| width: 16px; |
| } |
| @@ -15,6 +16,6 @@ |
| background-size: 16px; |
| height: 16px; |
| position: relative; |
| - top: -8px; |
| + top: -9px; |
| width: 16px; |
| } |