Ticket #6475: 6475_tree_themes_20080505.patch

File 6475_tree_themes_20080505.patch, 1.5 kB (added by sfoster, 8 months ago)

[PATCH] [CLA] change to .dijitTreeExpando definition for tundra, soria, nihilo - from dijit/themes

  • nihilo/Tree.css

     
    2727.nihilo .dijitTreeExpando { 
    2828    width: 18px; 
    2929    height: 18px; 
     30    position:relative; 
     31    top: 0.65em; 
     32    margin-top: -7px; 
    3033} 
     34.dj_ie .nihilo .dijitTreeExpando { 
     35    /* inline in IE, so scaling/layout at different font-sizes is different */ 
     36    margin-top: 0; 
     37    top: 2px; 
     38} 
    3139 
    3240.nihilo .dijitTreeContent { 
    3341    min-height: 18px; 
  • soria/Tree.css

     
    2727.soria .dijitTreeExpando { 
    2828    width: 18px; 
    2929    height: 18px; 
     30    position:relative; 
     31    top: 0.65em; 
     32    margin-top: -7px; 
    3033} 
     34.dj_ie .soria .dijitTreeExpando { 
     35    /* inline in IE, so scaling/layout at different font-sizes is different */ 
     36    margin-top: 0; 
     37    top: 2px; 
     38} 
    3139 
    3240.soria .dijitTreeContent { 
    3341    min-height: 18px; 
  • tundra/Tree.css

     
    2222.tundra .dijitTreeExpando { 
    2323    width: 18px; 
    2424    height: 18px; 
     25    position:relative; 
     26    top: 0.65em; 
     27    margin-top: -6px; 
    2528} 
     29.dj_ie .tundra .dijitTreeExpando { 
     30    /* inline in IE, so scaling/layout at different font-sizes is different */ 
     31    margin-top: 0; 
     32    top: 2px; 
     33} 
    2634 
    2735.tundra .dijitTreeContent { 
    2836    min-height: 18px;