diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-05 14:27:30 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-05 14:27:30 +0500 |
commit | b7403aaadd130bf1496b97c07667842813d99550 (patch) | |
tree | 4a334be60e150b729fd8115e8227afb98cd8f8ff /web/app/Style.js | |
parent | 6aca189651d8587b9178a38c1830a8cbd8ae0d46 (diff) | |
download | trackermap-server-b7403aaadd130bf1496b97c07667842813d99550.tar.gz trackermap-server-b7403aaadd130bf1496b97c07667842813d99550.tar.bz2 trackermap-server-b7403aaadd130bf1496b97c07667842813d99550.zip |
Implement retrieving map center from current map
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index b3b296b75..034d2fb0b 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -75,5 +75,7 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375 + reportTagfieldWidth: 375, + + inFormButtonMargin: '0 0 9 0' }); |