[Lada-commits] [PATCH 2 of 2] Minor UI styles
Wald Commits
scm-commit at wald.intevation.org
Fri Sep 11 14:33:44 CEST 2015
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1441974823 -7200
# Node ID e2a26f9733ee5ecbbec30a5878445e29d11a0a1d
# Parent a1783726d43e6e956e8630e23e76c557105b75fd
Minor UI styles.
diff -r a1783726d43e -r e2a26f9733ee app/view/form/Probe.js
--- a/app/view/form/Probe.js Fri Sep 11 14:33:11 2015 +0200
+++ b/app/view/form/Probe.js Fri Sep 11 14:33:43 2015 +0200
@@ -171,7 +171,7 @@
margin: '0, 5, 5, 5',
width: '50%',
anchor: '100%',
- labelWidth: 90
+ labelWidth: 110
}]
}]
}, {
@@ -189,13 +189,13 @@
border: 0,
margin: 0,
layout: {
- type: 'hbox',
+ type: 'hbox'
},
items: [{
xtype: 'datetime',
emptyText: ' ',
fieldLabel: 'Sollzeitraum von',
- labelWidth: 120,
+ labelWidth: 130,
margin: '0, 5, 5, 5',
name: 'solldatumBeginn',
format: 'd.m.Y H:i',
@@ -205,7 +205,7 @@
xtype: 'datetime',
emptyText: ' ',
fieldLabel: 'bis',
- labelWidth: 10,
+ labelWidth: 17,
margin: '0, 5, 5, 5',
name: 'solldatumEnde',
format: 'd.m.Y H:i',
@@ -219,12 +219,12 @@
border: 0,
margin: 0,
layout: {
- type: 'hbox',
+ type: 'hbox'
},
items: [{
xtype: 'datetime',
fieldLabel: 'Probenentnahme von',
- labelWidth: 120,
+ labelWidth: 130,
margin: '0, 5, 5, 5',
name: 'probeentnahmeBeginn',
format: 'd.m.Y H:i',
@@ -232,7 +232,7 @@
}, {
xtype: 'datetime',
fieldLabel: 'bis',
- labelWidth: 10,
+ labelWidth: 17,
margin: '0, 5, 5, 5',
name: 'probeentnahmeEnde',
format: 'd.m.Y H:i',
More information about the Lada-commits
mailing list