messagingapp/msgui/unifiedviewer/resources/layouts/univiewerdetailswidget.css
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
    17   bottom:var(hb-param-margin-gene-middle-vertical);
    17   bottom:var(hb-param-margin-gene-middle-vertical);
    18   font-variant:secondary;
    18   font-variant:secondary;
    19   text-height:var(hb-param-text-height-secondary);
    19   text-height:var(hb-param-text-height-secondary);
    20   text-line-count-min:1;
    20   text-line-count-min:1;
    21   text-line-count-max:1;
    21   text-line-count-max:1;
    22   text-align: left;
    22   text-align:left center;
    23  }
    23  }
    24 
    24 
    25 UniViewerDetailsWidget::subjectLabel
    25 UniViewerDetailsWidget::subjectLabel
    26 {
    26 {
    27   left:-var(hb-param-margin-gene-left);
    27   left:-var(hb-param-margin-gene-left);
    29   bottom:var(hb-param-margin-gene-bottom);
    29   bottom:var(hb-param-margin-gene-bottom);
    30   font-variant:primary;
    30   font-variant:primary;
    31   text-height:var(hb-param-text-height-primary);
    31   text-height:var(hb-param-text-height-primary);
    32   text-line-count-min:1;
    32   text-line-count-min:1;
    33   text-line-count-max:10;
    33   text-line-count-max:10;
    34   text-align:left;
    34   text-align:left center;
    35 }
    35 }
    36 
    36 
    37 UniViewerDetailsWidget::priorityIcon
    37 UniViewerDetailsWidget::priorityIcon
    38 {
    38 {
    39   top:-var(hb-param-margin-gene-top);
    39   top:-var(hb-param-margin-gene-top);
    40   right:var(hb-param-margin-gene-right);
    40   right:var(hb-param-margin-gene-right);
    41   aspect-ratio:ignore;
       
    42   size-policy:fixed fixed;
       
    43   pref-width:var(hb-param-graphic-size-secondary);
    41   pref-width:var(hb-param-graphic-size-secondary);
    44   pref-height:var(hb-param-graphic-size-secondary);
    42   pref-height:var(hb-param-graphic-size-secondary);
       
    43   size-policy:fixed fixed;
    45 }
    44 }
    46 
    45