[Pkg-javascript-commits] [pdf.js] 15/204: Fix the placement of the findInput loading indicator in RTL locales

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 5c84dd319feff9cb10ee9e805de69d3e5922fd7f
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Mon Aug 25 22:58:44 2014 +0200

    Fix the placement of the findInput loading indicator in RTL locales
    
    Currently in RTL locales, the loading indicator is placed such that it is in the way when entring a search term. Hence this patch moves it to the other side of the input field to fix this.
---
 web/viewer.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/web/viewer.css b/web/viewer.css
index 3d05518..1d86cc9 100644
--- a/web/viewer.css
+++ b/web/viewer.css
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list