messagingapp/msgui/unifiededitor/resources/layouts/msgunifiededitorattachment.css
changeset 37 518b245aa84c
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
       
     1 HbWidget {
       
     2     margin-left: 0un;
       
     3     margin-top: 0un;
       
     4 }
       
     5 
       
     6 MsgUnifiedEditorAttachment {
       
     7     layout:layout-default;
       
     8 }
       
     9 
       
    10 MsgUnifiedEditorAttachment::attachmentIcon
       
    11 {
       
    12   top:-var(hb-param-margin-gene-top);
       
    13   left:-var(hb-param-margin-gene-left);
       
    14   bottom:var(hb-param-margin-gene-bottom);
       
    15   aspect-ratio:ignore;
       
    16   size-policy:fixed fixed;
       
    17   pref-width:var(hb-param-graphic-size-primary-small);
       
    18   pref-height:var(hb-param-graphic-size-primary-small);
       
    19 }
       
    20 
       
    21 MsgUnifiedEditorAttachment::attachmentName
       
    22 {
       
    23   left:-var(hb-param-margin-gene-middle-horizontal);
       
    24   right:var(hb-param-margin-gene-middle-horizontal);
       
    25   text-height:var(hb-param-text-height-secondary);
       
    26   text-line-count-min:1;
       
    27   text-line-count-max:1;
       
    28 }
       
    29 
       
    30 MsgUnifiedEditorAttachment::attachmentDetails
       
    31 {
       
    32   right:var(hb-param-margin-gene-right);
       
    33   text-height:var(hb-param-text-height-tiny);
       
    34   text-line-count-min:1;
       
    35   text-line-count-max:1;
       
    36   size-policy:fixed fixed;
       
    37   text-align:right;
       
    38 }
       
    39