From be69f65cef543371df0fd28c79c1244c4c80a15f Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Thu, 9 Aug 2018 15:18:09 +0200 Subject: [PATCH] refs #43 compat with NC14 --- appinfo/info.xml | 13 +++++++------ css/gpxedit.css | 31 +++++++++++++++++-------------- templates/main.php | 4 +--- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f84c5f6..9bdb3f8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -2,6 +2,7 @@ gpxedit GpxEdit + Simple GPX file editor # GpxEdit Nextcloud application # GpxEdit Owncloud application @@ -80,10 +81,9 @@ If you look for more powerfull GPX editors, take a look at : - [JOSM](https://josm.openstreetmap.de/) - AGPL - Simple GPX file editor - Julien Veyssier 0.0.8 + agpl + Julien Veyssier GpxEdit https://gitlab.com/eneiluj/gpxedit-oc/wikis/userdoc @@ -98,9 +98,10 @@ If you look for more powerfull GPX editors, take a look at : https://gitlab.com/eneiluj/gpxedit-oc/uploads/428415bd2cd22b8e74230730786e9551/ed1.png https://gitlab.com/eneiluj/gpxedit-oc/uploads/c01709a10880a64815ca783fcf574169/ed2.png - - - + pgsql + sqlite + mysql + OCA\GpxEdit\Settings\Admin diff --git a/css/gpxedit.css b/css/gpxedit.css index 79dcd4b..76804da 100644 --- a/css/gpxedit.css +++ b/css/gpxedit.css @@ -10,12 +10,9 @@ body { } div#map { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - width:100%; + position: fixed; + width: 100%; + height: 100%; /*width: calc(100% - 300px);*/ } @@ -913,12 +910,18 @@ div#ho button { margin-left: -4px !important; margin-top: -4px !important; } -.sidebar-tabs > li.active { - background-color: #E8E8E8; -} -.leaflet-control-locate.active .fa { - color: #2074B6; -} -.leaflet-control-locate .fa { - color: black; +.sidebar-tabs > li.active { + background-color: #E8E8E8; +} +.leaflet-control-locate.active .fa { + color: #2074B6; +} +.leaflet-control-locate .fa { + color: black; +} +.leaflet-bottom { + position: fixed; +} +input[type=checkbox] { + cursor: pointer; } diff --git a/templates/main.php b/templates/main.php index ac4e76d..6007f1f 100644 --- a/templates/main.php +++ b/templates/main.php @@ -35,8 +35,6 @@ style('gpxedit', 'Leaflet.LinearMeasurement');
-
- inc('gpxcontent')); ?> -
+ inc('gpxcontent')); ?>