partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 46da0a7745f6ece7de964eab5ea43dcff4e2e8af
parent 019d1b584500a39782b53c08885799340f1366d0
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 21 Sep 2015 15:11:49 +0200

Style adjustments for adding parts

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/Editor/PartEditor.js @@ -19,7 +19,7 @@ Ext.define('PartKeepr.PartEditor', { initComponent: function () { // Defines the overall height of all fields, used to calculate the anchoring for the description field - var overallHeight = (this.partMode == "create") ? '-280' : '-235'; + var overallHeight = (this.partMode == "create") ? '-290' : '-235'; this.nameField = Ext.create("Ext.form.field.Text", { name: 'name', @@ -260,7 +260,6 @@ Ext.define('PartKeepr.PartEditor', { basicEditorFields.push({ layout: 'column', - bodyStyle: 'background:#DBDBDB', border: false, items: [ this.initialStockLevelPrice,