src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbnavigationbutton/hbnavigationbutton.css
changeset 28 b7da29130b0e
parent 7 923ff622b8b9
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
     6 HbNavigationButton::toucharea
     6 HbNavigationButton::toucharea
     7 {   
     7 {   
     8     top: expr((1/3)*var(hb-param-widget-chrome-height));
     8     top: expr((1/3)*var(hb-param-widget-chrome-height));
     9     fixed-height: var(hb-param-widget-chrome-height);
     9     fixed-height: var(hb-param-widget-chrome-height);
    10 }
    10 }
       
    11 
       
    12 HbNavigationButton::text{    
       
    13     fixed-width:0un;
       
    14     fixed-height:0un;
       
    15 }