From 474901cfc42fe95621333ff40ef97094bfec5dbb Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 25 Apr 2017 11:37:35 +0200 Subject: [PATCH] Move custom profile in sidebar --- bower.json | 6 +++++- css/style.css | 2 +- index.html | 40 +++++++++++----------------------------- js/control/Profile.js | 6 +++++- 4 files changed, 22 insertions(+), 32 deletions(-) diff --git a/bower.json b/bower.json index c661863..8e3bda3 100644 --- a/bower.json +++ b/bower.json @@ -25,7 +25,8 @@ "leaflet.locatecontrol": "^0.60.0", "font-awesome": "^4.7.0", "bootstrap-select": "hugdx/bootstrap-select#patch-1", - "leaflet-sidebar": "^0.1.9" + "leaflet-sidebar": "^0.1.9", + "autosize": "^3.0.20" }, "overrides": { "leaflet": { @@ -98,6 +99,9 @@ "css/font-awesome.css", "fonts/*" ] + }, + "autosize": { + "main": "dist/autosize.js" } } } diff --git a/css/style.css b/css/style.css index cfa57f8..b7b7991 100644 --- a/css/style.css +++ b/css/style.css @@ -102,7 +102,7 @@ footer { } /* track messages (data tab) */ -#tab_data { +#tab_data, #profile_upload { font-size: x-small; } diff --git a/index.html b/index.html index 441ad79..17cd62f 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,6 @@