Skip to content
  • mkroon's avatar
    Made sure all numeric fields in viewlists are right-aligned. · 956427a2
    mkroon authored
    Left-aligned numeric fields:
    1.  (x) Genes > View all genes: {Transcripts, Variants, Unique variants}
    2.  (x) Transcripts > View transcripts: {ID, Variants}
    3.  (x) Variants > View genomic variants: {Variant ID, Frequency?}
    4.  (x) Individuals > View individuals: {Individual ID, Variants, Panel Size}
    5.  (x) Diseases > View diseases: {ID, OMIM ID}
    6.  (x) Genes > View GPR78 gene > Active transcripts: {ID, Variants}
    7.  (x) Transcripts > View transcripts of gene GPR78: {ID, Variants}
    8.  (x) Variants > View unique variants in GPR78: {Reported, Exon?, Frequency?}
    9.  (x) Variants > View all transcript variants in GPR78: {Exon?, Frequency?}
    10. (x) Variants > View genomic variant # > Variant on transcripts: {Exon?}
    11. (x) Variants > Full data view for GPR78: {Exon?, Frequency?, Panel size}
    12. (x) Submit > Select screening to add variant to: {Screening ID, Variants found}
    13. (x) Screenings > View screenings: {Screening ID, Individual ID, Variants found}
    14. (x) Screenings > View screenings that screened gene GPR78: {Screening ID, Individual ID, Variants found}
    15. (x) Individuals > View individual # > Screenings: {Screening ID, Variants found}
    
    Fixed by altering aColumnsViewList attributes of object_* classes by
    adding CSS:
        'view' => array('Phenotypes', 80, 'style="text-align : right;"'),
    956427a2