homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css
changeset 39 4e8ebe173323
child 55 03646e8da489
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
       
     1 HsShortcutWidget {
       
     2   layout: icon_text_shortcut;
       
     3 }
       
     4 
       
     5 HsShortcutWidget[icon][text] {
       
     6   layout: icon_text_shortcut;
       
     7 }
       
     8 
       
     9 HsShortcutWidget[icon][!text] {
       
    10   layout: icon_shortcut;
       
    11 }
       
    12 
       
    13 HsShortcutWidget::background {
       
    14   border-width: 0.0un;
       
    15   fixed-width: 12un;
       
    16   fixed-height: expr(12.5un + var(hb-param-text-height-tiny));
       
    17   zvalue: 0;
       
    18 }
       
    19 
       
    20 HsShortcutWidget[icon][text]::background {
       
    21   border-width: 0.0un;
       
    22   fixed-width: 12un;
       
    23   fixed-height: expr(12.5un + var(hb-param-text-height-tiny));
       
    24   zvalue: 0;
       
    25 }
       
    26 
       
    27 HsShortcutWidget[icon][!text]::background {
       
    28   border-width: 0.0un;
       
    29   fixed-width: 12un;
       
    30   fixed-height: 12un;
       
    31   zvalue: 0;
       
    32 }
       
    33 
       
    34 HsShortcutWidget::icon{
       
    35   left: -0.5un;
       
    36   right: 0.5un;
       
    37   top: -0.5un;
       
    38   bottom: 0.5un;
       
    39   fixed-width: 11.0un;
       
    40   fixed-height: 11.0un;
       
    41   zvalue: 1;
       
    42 }
       
    43 
       
    44 HsShortcutWidget::text{
       
    45   left: -0.5un;
       
    46   right: 0.5un;
       
    47   top: 0.0un;
       
    48   bottom: 0.5un;
       
    49   fixed-width: 11.0un;
       
    50   font-variant: secondary;
       
    51   text-align: center center;
       
    52 	text-height: var(hb-param-text-height-tiny);
       
    53 	text-line-count-max: 1;
       
    54 	color: var(qtc_hs_list_item_title_normal);
       
    55 	zvalue: 2;
       
    56 }
       
    57 
       
    58 HsShortcutWidget::toucharea {  
       
    59   zvalue: 3;
       
    60 }