From cca19173f891818b701562ca4e738a27bf3f619d Mon Sep 17 00:00:00 2001 From: apacible Date: Mon, 2 Nov 2015 11:14:47 -0800 Subject: [Media Router] Fix styling for paper-icon-button in media-router-header. A change in Polymer left the icons off center in the paper-icon-button since we manually change the size of the icons. This is WAI from the Polymer side. BUG=548195, 501452 Review URL: https://codereview.chromium.org/1431513003 Cr-Commit-Position: refs/heads/master@{#357397} --- .../media_router/elements/media_router_header/media_router_header.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css b/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css index bdb3e675..22fee5d 100644 --- a/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css +++ b/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css @@ -41,6 +41,10 @@ margin: 0; } +paper-icon-button { + display: inline; +} + paper-toolbar { -webkit-padding-start: 8px; height: 52px; -- cgit v1.1