phoneuis/bubblemanager2/bubblestyle/layout/bubbleparticipantlistitem.css
changeset 30 ebdbd102c78a
parent 27 2f8f8080a020
child 32 14cdbae33453
child 36 2eacb6118286
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
     1 
       
     2 BubbleParticipantListItem[layoutOption="collapsed"] {
       
     3     layout:collapsed;
       
     4 }
       
     5 
       
     6 BubbleParticipantListItem[layoutOption="expanded"] {
       
     7     layout:expanded;
       
     8 }
       
     9 
       
    10 BubbleParticipantListItem::icon {
       
    11     fixed-width: var(hb-param-graphic-size-primary-medium);
       
    12     fixed-height: var(hb-param-graphic-size-primary-medium);
       
    13 }
       
    14 
       
    15 BubbleParticipantListItem::ciphering {
       
    16     fixed-width: 2.0un;
       
    17     fixed-height: 2.0un;
       
    18     left: (hb-param-margin-gene-middle-horizontal);
       
    19     top: (hb-param-margin-gene-middle-vertical)
       
    20 }
       
    21 
       
    22 BubbleParticipantListItem::expand-indi {
       
    23     fixed-width: var(hb-param-graphic-size-primary-small);
       
    24     fixed-height: var(hb-param-graphic-size-primary-small);
       
    25     right: var(hb-param-margin-gene-middle-horizontal);
       
    26 }
       
    27 
       
    28 BubbleHeadingWidget:text
       
    29 {
       
    30     preferred-height: var(hb-param-text-height-primary);
       
    31 	  left: var(hb-param-margin-gene-middle-horizontal);
       
    32 	  right: var(hb-param-margin-gene-middle-horizontal);
       
    33 }
       
    34 
       
    35 BubbleParticipantListItem::button-1 {
       
    36     fixed-height: 9.0un;
       
    37 }
       
    38 
       
    39 BubbleParticipantListItem::button-2 {
       
    40     fixed-height: 9.0un;
       
    41 }
       
    42 
       
    43 BubbleParticipantListItem::background{
       
    44 	left:0.0;
       
    45 	right:0.0;
       
    46 	top:0.0;
       
    47 	bottom:0.0;
       
    48 }