tsdevicedialog/tsdevicedialogplugin/resource/tstasksgriditem.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 02 Sep 2010 20:45:03 +0300
changeset 115 3ab5c078b490
parent 104 9b022b1f357c
child 116 305818acdca4
permissions -rw-r--r--
Revision: 201033 Kit: 201035

TsTasksGridItem {
    layout:custom;
}

TsTasksGridItem::appname {
    text-align: center;
    color: var(qtc_default_main_pane_normal);
    font-variant: secondary;
    text-height: var(hb-param-text-height-tiny);
}

TsTasksGridItem > HbPushButton#closebadge {
    min-width: 7un;
    min-height: 7un;
}

TsTasksGridItem::screenshotFrame {
    zvalue: -1;
}

TsTasksGridItem::applicationLabelFrame {
    zvalue: -1;
}

TsTasksGridItem > HbPushButton#closebadge::toucharea {
    left: 1un;
    right: -1un;
    top: 1un;
    bottom: -1un;
}

TsTasksGridItem > HbPushButton#closebadge::icon {
    max-width: var(hb-param-graphic-size-primary-small);
    max-height: var(hb-param-graphic-size-primary-small);
}

TsTasksGridItem::screenshot {
    alignment: center;
}

TsTasksGridItem::activeLabel  {
    text-align: center;
    color: var(qtc_multimedia_trans_normal);
    text-height: var(hb-param-text-height-tiny);
    font-variant: secondary;
    
    zvalue: 2;
    
    /* workaround for mesh layout limitations */
    max-height: 4un;
    min-height: 4un;
}

TsTasksGridItem::activeLabelFrame {
    zvalue: 1;
}