From: Yury Delendik Date: Mon, 21 May 2012 16:23:12 +0000 (-0500) Subject: Fixes tab order, temp icon and localization X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=55d9a53e40fa4b41c0710e82b0758103352437dd;p=pdf.js.git Fixes tab order, temp icon and localization --- diff --git a/l10n/en-US/viewer.properties b/l10n/en-US/viewer.properties index c8dbe4a..1cc46ee 100644 --- a/l10n/en-US/viewer.properties +++ b/l10n/en-US/viewer.properties @@ -42,3 +42,5 @@ zoom_in_label=Zoom In zoom.title=Zoom thumb_page_title=Page {{page}} thumb_page_canvas=Thumbnail of Page {{page}} +search.title=Search Document +search_label=Search diff --git a/web/images/toolbarButton-search.png b/web/images/toolbarButton-search.png new file mode 100644 index 0000000..78878b4 Binary files /dev/null and b/web/images/toolbarButton-search.png differ diff --git a/web/viewer.css b/web/viewer.css index 4fc426c..3446c16 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -530,8 +530,7 @@ html[dir='rtl'] .toolbarButton.pageDown::before { #viewSearch.toolbarButton::before { display: inline-block; - font-size: 18px; - content: 'S'; + content: url(images/toolbarButton-search.png); } diff --git a/web/viewer.html b/web/viewer.html index 11c6ad0..17688ef 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -76,26 +76,26 @@
-
-
-
- +
- +