tsdevicedialog/tsdevicedialogplugin/resource/tstasksgriditem.css
changeset 125 26079c1bb561
parent 123 d1dadafc5584
child 126 efda7c0771b9
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
     1 TsTasksGridItem {
       
     2     layout:custom;
       
     3 }
       
     4 
       
     5 TsTasksGridItem::appname {
       
     6     text-align: center;
       
     7     color: var(qtc_default_main_pane_normal);
       
     8     font-variant: secondary;
       
     9     text-height: var(hb-param-text-height-tiny);
       
    10     text-wrap-mode: no-wrap;    
       
    11 }
       
    12 
       
    13 TsTasksGridItem > HbPushButton#closebadge {
       
    14     min-width: 7un;
       
    15     min-height: 7un;
       
    16 }
       
    17 
       
    18 TsTasksGridItem::screenshotFrame {
       
    19     zvalue: -1;
       
    20 }
       
    21 
       
    22 TsTasksGridItem::applicationLabelFrame {
       
    23     zvalue: -1;
       
    24 }
       
    25 
       
    26 TsTasksGridItem > HbPushButton#closebadge::toucharea {
       
    27     left: 1un;
       
    28     right: -1un;
       
    29     top: 1un;
       
    30     bottom: -1un;
       
    31 }
       
    32 
       
    33 TsTasksGridItem > HbPushButton#closebadge::icon {
       
    34     max-width: var(hb-param-graphic-size-primary-small);
       
    35     max-height: var(hb-param-graphic-size-primary-small);
       
    36 }
       
    37 
       
    38 TsTasksGridItem::screenshot {
       
    39     alignment: center;
       
    40 }
       
    41 
       
    42 TsTasksGridItem::activeLabel  {
       
    43     text-align: center;
       
    44     color: var(qtc_multimedia_trans_normal);
       
    45     text-height: var(hb-param-text-height-tiny);
       
    46     font-variant: secondary;
       
    47     
       
    48     zvalue: 2;
       
    49     
       
    50     /* workaround for mesh layout limitations */
       
    51     max-height: 4un;
       
    52     min-height: 4un;
       
    53 }
       
    54 
       
    55 TsTasksGridItem::activeLabelFrame {
       
    56     zvalue: 1;
       
    57 }