tsdevicedialog/tsdevicedialogplugin/resource/tstasksgriditem.css
branchRCL_3
changeset 29 0efa10d348c0
equal deleted inserted replaced
28:053c6c7c14f3 29:0efa10d348c0
       
     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 }
       
    11 
       
    12 TsTasksGridItem > HbPushButton#closebadge {
       
    13     min-width: 7un;
       
    14     min-height: 7un;
       
    15 }
       
    16 
       
    17 TsTasksGridItem::screenshotFrame {
       
    18     zvalue: -1;
       
    19 }
       
    20 
       
    21 TsTasksGridItem::applicationLabelFrame {
       
    22     zvalue: -1;
       
    23 }
       
    24 
       
    25 TsTasksGridItem > HbPushButton#closebadge::toucharea {
       
    26     left: 1un;
       
    27     right: -1un;
       
    28     top: 1un;
       
    29     bottom: -1un;
       
    30 }
       
    31 
       
    32 TsTasksGridItem > HbPushButton#closebadge::icon {
       
    33     max-width: var(hb-param-graphic-size-primary-small);
       
    34     max-height: var(hb-param-graphic-size-primary-small);
       
    35 }
       
    36 
       
    37 TsTasksGridItem::screenshot {
       
    38     alignment: center;
       
    39 }
       
    40 
       
    41 TsTasksGridItem::activeLabel  {
       
    42     text-align: center;
       
    43     color: var(qtc_multimedia_trans_normal);
       
    44     text-height: var(hb-param-text-height-tiny);
       
    45     font-variant: secondary;
       
    46     
       
    47     zvalue: 2;
       
    48     
       
    49     /* workaround for mesh layout limitations */
       
    50     max-height: 4un;
       
    51     min-height: 4un;
       
    52 }
       
    53 
       
    54 TsTasksGridItem::activeLabelFrame {
       
    55     zvalue: 1;
       
    56 }