diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-06 09:24:33 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-06 09:24:33 +0500 |
commit | 0affb8110de3c53942c85a220babc859e2a7727d (patch) | |
tree | 05520c0a818bc0c7beaedacdd8c24c24e7d12d21 /web/app/Style.js | |
parent | b7403aaadd130bf1496b97c07667842813d99550 (diff) | |
download | traccar-server-0affb8110de3c53942c85a220babc859e2a7727d.tar.gz traccar-server-0affb8110de3c53942c85a220babc859e2a7727d.tar.bz2 traccar-server-0affb8110de3c53942c85a220babc859e2a7727d.zip |
Move button to bottom bar
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 034d2fb0b..b3b296b75 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -75,7 +75,5 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375, - - inFormButtonMargin: '0 0 9 0' + reportTagfieldWidth: 375 }); |