src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbtoolbarextension/hbtoolbarextension.css
changeset 28 b7da29130b0e
parent 6 c3690ec91ef8
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
     1 HbToolBarExtension {
     1 HbToolBarExtension {
     2 	content-margins: var(hb-param-margin-gene-popup-list);
     2     max-rows-portrait: 4;
     3 	max-rows-portrait: 4;
     3     max-rows-landscape: 3;
     4 	max-rows-landscape: 3;
     4     max-columns-portrait: 3;
     5 	max-columns-portrait: 3;
     5     max-columns-landscape: 4;
     6 	max-columns-landscape: 4;
     6     max-width:var(hb-param-screen-width);
     7         max-width:var(hb-param-screen-width);
     7     max-height:var(hb-param-screen-height);
     8         max-height:var(hb-param-screen-height);
     8     min-width:0un;
     9         min-width:0un;
       
    10 }
     9 }
       
    10 
       
    11 HbToolBarExtension::content {
       
    12     left:-var(hb-param-margin-gene-popup-list);
       
    13     right:var(hb-param-margin-gene-popup-list);
       
    14     top:-var(hb-param-margin-gene-popup-list);
       
    15     bottom:var(hb-param-margin-gene-popup-list);
       
    16 }