aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/BaseMap.js1
-rw-r--r--web/app/view/Devices.js1
-rw-r--r--web/app/view/Map.js1
-rw-r--r--web/app/view/State.js1
4 files changed, 3 insertions, 1 deletions
diff --git a/web/app/view/BaseMap.js b/web/app/view/BaseMap.js
index 17d6a49..2e981f0 100644
--- a/web/app/view/BaseMap.js
+++ b/web/app/view/BaseMap.js
@@ -20,7 +20,6 @@ Ext.define('Traccar.view.BaseMap', {
xtype: 'baseMapView',
layout: 'fit',
- bodyCls: 'panel-top-border',
getMap: function () {
return this.map;
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index 3cfd554..1973976 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -39,6 +39,7 @@ Ext.define('Traccar.view.Devices', {
selType: 'rowmodel',
tbar: {
+ componentCls: 'toolbar-header-style',
items: [{
xtype: 'tbtext',
html: Strings.deviceTitle,
diff --git a/web/app/view/Map.js b/web/app/view/Map.js
index c5b6210..b9f3498 100644
--- a/web/app/view/Map.js
+++ b/web/app/view/Map.js
@@ -27,6 +27,7 @@ Ext.define('Traccar.view.Map', {
title: Strings.mapTitle,
tbar: {
+ componentCls: 'toolbar-header-style',
items: [{
xtype: 'tbtext',
html: Strings.mapTitle,
diff --git a/web/app/view/State.js b/web/app/view/State.js
index 593c5e6..8f02903 100644
--- a/web/app/view/State.js
+++ b/web/app/view/State.js
@@ -27,6 +27,7 @@ Ext.define('Traccar.view.State', {
store: 'Attributes',
tbar: {
+ componentCls: 'toolbar-header-style',
items: [{
xtype: 'tbtext',
html: Strings.stateTitle,