controlpanel/src/cpframework/widgetml/cpdataformlistentryviewitem.css
branchGCC_SURGE
changeset 45 f48d04161a92
parent 27 572294aa6075
parent 43 3341fe7c643a
equal deleted inserted replaced
27:572294aa6075 45:f48d04161a92
     1 CpDataFormListEntryViewItem {
       
     2     layout:default;
       
     3 }
       
     4 
       
     5 CpDataFormListEntryViewItem::dataItem_Icon
       
     6 {
       
     7     fixed-height:60;
       
     8     fixed-width:60;   
       
     9 }
       
    10 
       
    11 CpDataFormListEntryViewItem::dataItem_Label
       
    12 {
       
    13     size-policy-horizontal: preferred;  
       
    14     text-height: 3.0un;  
       
    15     top: -1.0un;
       
    16     left: -2.0un;
       
    17 }
       
    18 
       
    19 
       
    20 CpDataFormListEntryViewItem::dataItem_Description
       
    21 {
       
    22     text-height: 3.0un;  
       
    23     bottom:1.0un; 
       
    24     left: -2.0un;
       
    25 }
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 
       
    31