diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-16 15:39:02 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-16 15:39:19 +1200 |
commit | d078ef703795ed9c1fb0b6111ee7d12e09143f82 (patch) | |
tree | 8587a555b30c086977c8a8d7efd1b1e028443e48 /web/app | |
parent | ca960df40e15d7bfb88d2e0e41a269d4b069058c (diff) | |
download | etbsa-traccar-web-d078ef703795ed9c1fb0b6111ee7d12e09143f82.tar.gz etbsa-traccar-web-d078ef703795ed9c1fb0b6111ee7d12e09143f82.tar.bz2 etbsa-traccar-web-d078ef703795ed9c1fb0b6111ee7d12e09143f82.zip |
Small style update
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/Style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index d1fa682..2724353 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -26,7 +26,7 @@ Ext.define('Traccar.Style', { windowWidth: 800, windowHeight: 600, - formFieldWidth: 277, + formFieldWidth: 275, dateTimeFormat24: 'Y-m-d H:i:s', dateTimeFormat12: 'Y-m-d g:i:s a', |