Commit b613325a authored by noms's avatar noms Committed by Commit bot

The User Manager's Chrome logo should flip nicely in RTL.

At the moment it stays on the right hand side, unflipped, overlapping
the other flipped buttons. >_<

BUG=NONE

Review URL: https://codereview.chromium.org/660803003

Cr-Commit-Position: refs/heads/master@{#299972}
parent 03b3e5d1
...@@ -88,4 +88,5 @@ html[dir=rtl] #login-header-bar #guest-user-button { ...@@ -88,4 +88,5 @@ html[dir=rtl] #login-header-bar #guest-user-button {
html[dir=rtl] #logo { html[dir=rtl] #logo {
left: 16px; left: 16px;
right: auto;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment