/openshift/adei-setups/asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei-setups/asec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.header {
   color: 		#000055;
   background: 		#E0E0E0;
   border: 		1px solid #002D27;
   margin-left: 	0px;
   margin-right: 	0px;
   padding: 		0px;
   font-weight: 	bold;
   text-align:		left;
   height:		50px;
   
   background:		#005D57;
/*   background: 		url(test.png) #005D57 no-repeat;*/
}


.header .title {
    color:		#D78740;
}

.header .title b {
    letter-spacing:    1px;
}

.header .module_link {
    color:		#E5E5E5;
}

.header .module_link_current {
    color:		#FF8700;
}

.imgCrop_button_sky {
    position: absolute;
    background: url(pictures/sky_button.png);
    background-color: white;
    border: green solid 1px;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    z-index: 5;
}

.imgCrop_button_ld {
    position: absolute;
    background: url(pictures/ld_button.png);
    background-color: white;
    border: green solid 1px;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    z-index: 5;
}

.imgCrop_button_bg {
    position: absolute;
    background: url(pictures/background_btn.png);
    background-color: white;
    border: green solid 1px;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    z-index: 5;
}

img.dhtmlxMenu_standard_TopLevel_Item_Icon {
	position: absolute;
	margin-top: -20px;
	left: -1px;
	width: 36px;
	height: 36px;
}

div.dhtmlxMenu_standard_TopLevel_Item_Selected {
	top: -10px;
	top=0px;
	position: absolute;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
	color: #000000;
	white-space: nowrap;
	-moz-user-select: none;
	height: 14px;
	height=20px;
	background-color: #D2D1D1;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	padding-left: 38px;
	padding-right: 7px;
	padding-top: 18px;
	padding-bottom: 2px;
	margin-top: 1px;
	margin-top=3px;
}