taskswitcher/tsdevicedialogplugin/resource/hbdialog.css
changeset 125 26079c1bb561
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
       
     1 HbDialog#tsdevicedialog::heading {
       
     2     left: 0un;
       
     3     right: 0un;
       
     4     top: 0un;
       
     5     bottom: 0un;
       
     6     fixed-height: expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));
       
     7 }
       
     8 
       
     9 HbDialog#tsdevicedialog::content {
       
    10     left: -0.25un;
       
    11     right: 0.25un;
       
    12     bottom: 0un;
       
    13     top: 0un;
       
    14 }