Commit d532c182 authored by tbarzic's avatar tbarzic Committed by Commit bot

Align file_manager cr-dialog-close button to left in rtl locale.

TEST=Open suggest apps dialog in ar locale, the dialog button
    should be on the left
BUG=None

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

Cr-Commit-Position: refs/heads/master@{#322513}
parent 88322140
...@@ -489,6 +489,11 @@ html[dir='rtl'] .entry-name { ...@@ -489,6 +489,11 @@ html[dir='rtl'] .entry-name {
width: 44px; width: 44px;
} }
html[dir='rtl'] .cr-dialog-close {
left: 0;
right: auto;
}
.cr-dialog-close:hover { .cr-dialog-close:hover {
background-image: url(chrome://theme/IDR_CLOSE_DIALOG_H); background-image: url(chrome://theme/IDR_CLOSE_DIALOG_H);
} }
......
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