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

New commits:
commit fe6ad562419dcfcc6ac5c9da59a3272cb925eb90
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/38512
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

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 a480f15e..a23d0fa7 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -475,13 +475,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