/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/skins/dhtmlxmenu_standard.css

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-30 01:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081030012740-svt0yigxj5uzwxyj
Few steps on source tree integration in javascript frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        height: 26px;
10
10
        position: relative;
11
11
}
 
12
 
12
13
div.dhtmlxMenu_standard_Middle {
13
14
        position: relative;
14
15
        height: 26px;
32
33
        background-image: url("../imgs/dhxmenu_standard/dhtmlxmenu_top_bg_right.gif");
33
34
        background-repeat: no-repeat;
34
35
}
 
36
 
 
37
 
 
38
iframe.dhtmlxMenu_IE6CoverFix_standard {
 
39
        position: absolute;
 
40
        border: none;
 
41
        background: #000000;
 
42
        filter: alpha(opacity=100);
 
43
}
 
44
 
35
45
/*
36
46
        top level items
37
47
*/