telutils/dialpad/resources/dialpad.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Mar 2010 09:40:14 +0200
changeset 12 ae8abd0db65c
child 19 e44a8c097b15
permissions -rw-r--r--
Revision: 201007 Kit: 201011


/* icon only */
DialpadButton::icon{
    top: -var(hb-param-margin-gene-middle-vertical);
    bottom: var(hb-param-margin-gene-middle-vertical);
    fixed-width: var(hb-param-graphic-size-function);
    fixed-height: var(hb-param-graphic-size-function);
}

/* text and additional text */
DialpadButton[stretched][!icon][text][additionalText]{
    layout:text_additionalText_horizontal;
}

DialpadButton[stretched][!icon][text][additionalText]::text
{
    left: -2.0un;
    font-variant:primary;
    text-height:var(hb-param-text-height-title);
    text-line-count-max:1;
    text-align:left center;
}

DialpadButton[stretched][!icon][text][additionalText]::additional-text
{
    font-variant:secondary;
    text-height:var(hb-param-text-height-secondary);
    text-line-count-max:1;    
    text-align: left center;
}

/* text and icon */
DialpadButton[stretched][icon][text][!additionalText]{
    layout:icon_text_horizontal;
}

DialpadButton[stretched][icon][text][!additionalText]::text{
    left: -2.0un;
    font-variant:primary;
    text-height:var(hb-param-text-height-title);
    text-line-count-max:1;
    text-align:left center;    
}

DialpadButton[stretched][icon][text][!additionalText]::icon{
    top: -var(hb-param-margin-gene-middle-vertical);
    bottom: var(hb-param-margin-gene-middle-vertical);
    fixed-width: var(hb-param-graphic-size-primary-small);
    fixed-height: var(hb-param-graphic-size-primary-small);    
}