loleaflet/css/partsPreviewControl.css | 2 +- loleaflet/src/control/Control.PartsPreview.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit f5cdff4d7eec25a76f7776210beb929095ea81ae Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk> AuthorDate: Fri Nov 23 01:50:30 2018 -0500 Commit: Ashod Nakashian <ashnak...@gmail.com> CommitDate: Mon Apr 15 05:03:08 2019 +0200 leaflet: make the slide drop sites more visible Change-Id: Idc8e2ee33fc61449300180e8200f5aa75b82f07e Reviewed-on: https://gerrit.libreoffice.org/69638 Reviewed-by: Ashod Nakashian <ashnak...@gmail.com> Tested-by: Ashod Nakashian <ashnak...@gmail.com> diff --git a/loleaflet/css/partsPreviewControl.css b/loleaflet/css/partsPreviewControl.css index 39bba0121..e5afa218a 100644 --- a/loleaflet/css/partsPreviewControl.css +++ b/loleaflet/css/partsPreviewControl.css @@ -41,5 +41,5 @@ /* Highlight where a slide can be dropped when reordering by drag-and-drop. */ .preview-img-dropsite { - border-bottom: 2px solid red; + border-bottom: 3px solid red; } diff --git a/loleaflet/src/control/Control.PartsPreview.js b/loleaflet/src/control/Control.PartsPreview.js index 1492f03ab..908d7e5ca 100644 --- a/loleaflet/src/control/Control.PartsPreview.js +++ b/loleaflet/src/control/Control.PartsPreview.js @@ -86,7 +86,8 @@ L.Control.PartsPreview = L.Control.extend({ var frame = L.DomUtil.create('div', 'preview-frame', this._scrollContainer); this._addDnDHandlers(frame); frame.setAttribute('draggable', false); - L.DomUtil.setStyle(frame, 'height', '12px'); + L.DomUtil.setStyle(frame, 'height', '20px'); + L.DomUtil.setStyle(frame, 'margin', '0em'); // Create the preview parts for (var i = 0; i < parts; i++) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits