loleaflet/dist/searchControl.css         |    3 ++-
 loleaflet/src/control/Control.Menubar.js |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 3e7a379aab0eb6e622b43e7898c3133c8abd52c3
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Wed Jun 7 16:10:14 2017 +0200

    The arrows in Next / Prev don't show for me.
    
    Using it this way looks very fragile to me; let's just avoid this.
    
    Change-Id: I7459f3b215f5f9930287566a1bd946a94e9b343b
    Reviewed-on: https://gerrit.libreoffice.org/38511
    Reviewed-by: pranavk <pran...@collabora.co.uk>
    Tested-by: pranavk <pran...@collabora.co.uk>

diff --git a/loleaflet/dist/searchControl.css b/loleaflet/dist/searchControl.css
index 1bd0c1c6..e8933f29 100644
--- a/loleaflet/dist/searchControl.css
+++ b/loleaflet/dist/searchControl.css
@@ -20,6 +20,7 @@
        float: left !important;
        margin: 0px !important;
        margin-right: 6px !important;
+       width: 20%;
 }
 .findReplaceVex .vex-dialog-button {
        text-transform: initial !important;
@@ -31,4 +32,4 @@
             -o-transition: background-color 0.8s linear;
                transition: background-color 0.8s linear;
 
-}
\ No newline at end of file
+}
diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index 87d224e7..6974935c 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -470,13 +470,13 @@ L.Control.Menubar = L.Control.extend({
                                                        
$vexContent.data().vex.option = 'replaceAll';
                                                }}),
                                        $.extend({}, 
vex.dialog.buttons.findPrev, {
-                                               text: '⯇ ' + _('Prev'),
+                                               text: _('Previous'),
                                                className: 'btnArrow',
                                                click: function($vexContent, e) 
{
                                                        
$vexContent.data().vex.option = 'previous';
                                                }}),
                                        $.extend({}, 
vex.dialog.buttons.findNext, {
-                                               text: _('Next') + ' ⯈',
+                                               text: _('Next'),
                                                className: 'btnArrow',
                                                click: function($vexContent, e) 
{
                                                        
$vexContent.data().vex.option = 'next';
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to