Skip to content

Commit b3d57d8

Browse files
committed
Improve styling on MarkShippedWindow
1 parent 5fac207 commit b3d57d8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

mcc/resources/data/reports.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Flags General query Flags TRUE study flags StartDate FALSE FALSE qcstate/pub
55
demographics General query Demographics TRUE study demographics FALSE FALSE qcstate/publicdata This report displays the demographics data about each animal including species, sex and birth
66
death General query Death Records TRUE study deaths date FALSE FALSE qcstate/publicdata Death records
77
departure General query Shipments TRUE study departure date FALSE FALSE qcstate/publicdata Displays departure dates
8+
arrival General query Arrivals TRUE study arrival date FALSE FALSE qcstate/publicdata Displays arrival dates
89
obs General query Observations TRUE study clinical_observations date FALSE FALSE qcstate/publicdata This report displays observations for the selected animal
910
pedigreePlot Genetics report Pedigree Plot TRUE study pedigree module:EHR/schemas/study/Pedigree/Pedigree.r FALSE FALSE qcstate/publicdata This report will generate a pedigree plot for the selected animal
1011
offspring General query Offspring TRUE study demographicsOffspring FALSE FALSE qcstate/publicdata This report displays pedigree data for animals, including parents, grandparents, siblings and offspring

mcc/resources/web/mcc/window/MarkShippedWindow.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
131131
xtype: 'checkbox',
132132
itemId: 'usePreviousId-' + animalId,
133133
checked: false,
134+
style: 'margin-left: 5px;',
134135
listeners: {
135136
scope: this,
136137
change: function (field, val) {
@@ -152,6 +153,7 @@ Ext4.define('MCC.window.MarkShippedWindow', {
152153
type: 'table',
153154
columns: 4
154155
},
156+
width: 600,
155157
border: false,
156158
defaults: {
157159
style: 'padding:5px;',

0 commit comments

Comments
 (0)