diff options
author | Abyss777 <abyss@fox5.ru> | 2016-10-27 10:33:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-10-27 10:33:22 +0500 |
commit | 1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0 (patch) | |
tree | 14cb9a24f9eb7ed877e567710cdab960a1f726dc /web/app/Style.js | |
parent | f6915ca3bf4e8c2d9df5eb4cd5283614d4dd747e (diff) | |
download | trackermap-web-1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0.tar.gz trackermap-web-1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0.tar.bz2 trackermap-web-1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0.zip |
Implement live routes
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 a8e16f9f..674fe8ff 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -77,5 +77,7 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375 + reportTagfieldWidth: 375, + + headerButtonsMargin: '0 5' }); |