taskswitcher/tsdevicedialogplugin/resource/tstasksgriditem.css
changeset 125 26079c1bb561
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 > HbPushButton#closebadge::toucharea {
       
    23     left: 1un;
       
    24     right: -1un;
       
    25     top: 1un;
       
    26     bottom: -1un;
       
    27 }
       
    28 
       
    29 TsTasksGridItem > HbPushButton#closebadge::icon {
       
    30     max-width: var(hb-param-graphic-size-primary-small);
       
    31     max-height: var(hb-param-graphic-size-primary-small);
       
    32 }
       
    33 
       
    34 TsTasksGridItem::screenshot {
       
    35     alignment: center;
       
    36 }
       
    37 
       
    38 TsTasksGridItem::activeLabel  {
       
    39     text-align: center;
       
    40     color: var(qtc_multimedia_trans_normal);
       
    41     text-height: var(hb-param-text-height-tiny);
       
    42     font-variant: secondary;
       
    43     
       
    44     zvalue: 2;
       
    45     
       
    46     /* workaround for mesh layout limitations */
       
    47     max-height: 4un;
       
    48     min-height: 4un;
       
    49 }
       
    50 
       
    51 TsTasksGridItem::activeLabelFrame {
       
    52     zvalue: 1;
       
    53 }