Mercurial > lada > lada-client
comparison app/view/window/Ortszuordnung.js @ 1321:f1e348109ebb
Updated style to fit the other windows style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 03 Feb 2017 14:31:10 +0100 |
parents | cc90b8050887 |
children | 2c5d89886885 |
comparison
equal
deleted
inserted
replaced
1320:3a3148d50b9c | 1321:f1e348109ebb |
---|---|
135 xtype: 'ortstammdatengrid' | 135 xtype: 'ortstammdatengrid' |
136 }], | 136 }], |
137 dockedItems: [{ | 137 dockedItems: [{ |
138 xtype: 'toolbar', | 138 xtype: 'toolbar', |
139 dock: 'bottom', | 139 dock: 'bottom', |
140 ui: 'footer', | |
141 border: '0, 1, 1, 1', | |
142 style: { | |
143 borderBottom: '1px solid #b5b8c8 !important', | |
144 borderLeft: '1px solid #b5b8c8 !important', | |
145 borderRight: '1px solid #b5b8c8 !important' | |
146 }, | |
147 items: [{ | 140 items: [{ |
148 xtype: 'textfield', | 141 xtype: 'textfield', |
149 name: 'search', | 142 name: 'search', |
150 labelWidth: 50, | 143 labelWidth: 50, |
151 enableKeyEvents: true, | 144 enableKeyEvents: true, |