/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to includes/dhtmlx/dhtmlxtree.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-29 03:02:24 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081029030224-yc3wy2dti4htlfxf
New version of dhtmlxmenu and dhtmlxtree is added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.defaultTreeTable{
 
2
                        margin : 0px;
 
3
                        padding : 0px;
 
4
                        border : 0px;
 
5
}
 
6
.containerTableStyle { overflow : auto; position:relative; top:0; font-size : 12px;}
 
7
.containerTableStyleRTL span { direction: rtl; unicode-bidi: bidi-override;  }
 
8
.containerTableStyleRTL { direction: rtl; overflow : auto; position:relative; top:0; font-size : 12px;}
 
9
.standartTreeRow {      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;    font-size : 12px; -moz-user-select: none;  }
 
10
.selectedTreeRow{ background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;            font-size : 12px;  -moz-user-select: none; }
 
11
.dragAndDropRow{ background-color : navy; color:white; }
 
12
.standartTreeRow_lor{   text-decoration:underline; background-color : #FFFFF0; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;     font-size : 12px; -moz-user-select: none; }
 
13
.selectedTreeRow_lor{   text-decoration:underline; background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;           font-size : 12px;  -moz-user-select: none; }
 
14
 
 
15
.standartTreeImage{ width:18px; height:18px;  overflow:hidden; border:0; padding:0; margin:0;
 
16
font-size:1px; }
 
17
.hiddenRow { width:1px;   overflow:hidden;  }
 
18
.dragSpanDiv,.dragSpanDiv td{   font-size : 12px;       background-color:white; }
 
19
 
 
20
 
 
21
.selectionBox{
 
22
background-color: #FFFFCC;
 
23
}
 
24
.selectionBar {
 
25
        top:0;
 
26
        background-color: Black;
 
27
        position:absolute;
 
28
        overflow:hidden;
 
29
        height: 2px;
 
30
        z-index : 11;
 
31
}
 
32
 
 
33
.intreeeditRow{
 
34
  width:100%; font-size:8pt; height:16px; border:1px solid silver; padding:0; margin:0;
 
35
  -moz-user-select:  text;   
 
36
}
 
37
.dhx_tree_textSign{
 
38
   font-size:8pt;
 
39
   font-family:monospace;
 
40
   width:21px;
 
41
   color:black;
 
42
   padding:0px;
 
43
   margin:0px;
 
44
   cursor:pointer;
 
45
   text-align: center;
 
46
}
 
47
.dhx_tree_opacity{
 
48
    opacity:0;
 
49
    -moz-opacity:0;
 
50
    filter:alpha(opacity=0);
 
51
}
 
52
.dhx_bg_img_fix{
 
53
width:18px;
 
54
height:18px;
 
55
background-repeat: no-repeat;
 
56
background-position: center;
 
57
background-position-x: center;
 
58
background-position-y: center;
 
59
}
 
60
 
 
61
 
 
62
.dhxtree_dhx_black{
 
63
        background:white;
 
64
        color:black;
 
65
}
 
 
b'\\ No newline at end of file'