tsdevicedialog/tsdevicedialogplugin/resource/tstasksgriditem.css
changeset 104 9b022b1f357c
child 112 dbfb5e38438b
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
       
     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::activeLabel  {
       
    38     text-align: center;
       
    39     color: var(qtc_default_main_pane_normal);
       
    40     text-height: var(hb-param-text-height-tiny);
       
    41     font-variant: secondary;
       
    42     
       
    43     zvalue: 2;
       
    44     
       
    45     /* workaround for mesh layout limitations */
       
    46     max-height: 4un;
       
    47     min-height: 4un;
       
    48 }
       
    49 
       
    50 TsTasksGridItem::activeLabelFrame {
       
    51     zvalue: 1;
       
    52 }