Skip to content

Commit

Permalink
Merge pull request #5237 from Snuffleupagus/fix-findInput-RTL-loading…
Browse files Browse the repository at this point in the history
…-indicator

Fix the placement of the findInput loading indicator in RTL locales
  • Loading branch information
timvandermeij committed Sep 3, 2014
2 parents 8042a4b + 5c84dd3 commit d9ec0e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ html[dir='rtl'] .findbar {
background-repeat: no-repeat;
background-position: right;
}
html[dir='rtl'] #findInput[data-status="pending"] {
background-position: left;
}

.secondaryToolbar {
padding: 6px;
Expand Down

0 comments on commit d9ec0e5

Please sign in to comment.