partkeepr

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

commit 90cf0099456ff9462b16613321c0efce269390d9
parent a78b01040734721255e5e0e4f23be9834b89b7bb
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  8 Sep 2015 15:05:35 +0200

Fixed alignment for part filter checkboxes

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Part/PartFilterPanel.js @@ -164,7 +164,7 @@ Ext.define('PartKeepr.PartFilterPanel', { }); this.storageLocationFilterCheckbox = Ext.create("Ext.form.field.Checkbox", { - style: 'margin-right: 5px', + width: "20px", listeners: { change: function (obj, value) { @@ -281,7 +281,7 @@ Ext.define('PartKeepr.PartFilterPanel', { }); this.manufacturerFilterCheckbox = Ext.create("Ext.form.field.Checkbox", { - style: 'margin-right: 5px', + width: "20px", listeners: { change: function (obj, value) { @@ -310,7 +310,7 @@ Ext.define('PartKeepr.PartFilterPanel', { }); this.distributorFilterCheckbox = Ext.create("Ext.form.field.Checkbox", { - style: 'margin-right: 5px', + width: "20px", listeners: { change: function (obj, value) { if (!value) { @@ -338,7 +338,7 @@ Ext.define('PartKeepr.PartFilterPanel', { }); this.footprintFilterCheckbox = Ext.create("Ext.form.field.Checkbox", { - style: 'margin-right: 5px', + width: "20px", listeners: { change: function (obj, value) { if (!value) {