aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-10-27 10:33:22 +0500
committerAbyss777 <abyss@fox5.ru>2016-10-27 10:33:22 +0500
commit1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0 (patch)
tree14cb9a24f9eb7ed877e567710cdab960a1f726dc /web/app/Style.js
parentf6915ca3bf4e8c2d9df5eb4cd5283614d4dd747e (diff)
downloadetbsa-traccar-web-1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0.tar.gz
etbsa-traccar-web-1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0.tar.bz2
etbsa-traccar-web-1fd5eb5ca7e2b4cfa1f1e373a3602825d8fa07c0.zip
Implement live routes
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index a8e16f9..674fe8f 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'
});