Skip to content

Commit c0b8b0f

Browse files
Merge branch 'development'
2 parents 831861e + 2dd3991 commit c0b8b0f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+10032
-0
lines changed

install/css/install.css

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
body{
2+
width: 1000px;
3+
margin-left: auto;
4+
margin-right: auto;
5+
background-image: url(../../includes/images/canevas/bg_home.jpg);
6+
font-family: sans-serif;
7+
font-size:11pt;
8+
}
9+
10+
#top{
11+
width: 1000px;
12+
height: 35px;
13+
margin-left: auto;
14+
margin-right: auto;
15+
padding: 10px;
16+
font-family: sans-serif;
17+
font-size: 10px;
18+
display:block;
19+
}
20+
21+
#title {
22+
font: bold 270%/100% "Lucida Grande";
23+
color: #464646;
24+
float:left;
25+
margin-top:3px;
26+
}
27+
28+
#main {
29+
width: 1000px;
30+
margin-top:15px;
31+
margin-left: auto;
32+
margin-right: auto;
33+
background-color:white;
34+
color:#464646;
35+
height:90%;
36+
overflow:hidden;
37+
padding:10px;
38+
display:block;
39+
height:100%;
40+
}
41+
42+
#menu {
43+
float: left;
44+
width: 25%;
45+
margin-left:-20px;
46+
height:100%;
47+
}
48+
49+
#menu li {
50+
margin-top:5px;
51+
}
52+
53+
.li_inprogress {
54+
font-weight: bold;
55+
color: #5283BB;
56+
}
57+
58+
.li_done {
59+
font-weight: normal;
60+
color: #464646;
61+
}
62+
63+
#content {
64+
float:left;
65+
width: 75%;
66+
height:100%;
67+
}
68+
69+
#step_name {
70+
font-weight: bold;
71+
text-align: center;
72+
font-size: 15px;
73+
}
74+
75+
#step_content {
76+
margin-top: 10px;
77+
}
78+
79+
#action_buttons {
80+
width: 1000px;
81+
padding: 10px;
82+
margin:0 auto 0 auto;
83+
background-color:white;
84+
color:#464646;
85+
height: 30px;
86+
text-align: right;
87+
}
88+
h5 {
89+
margin-bottom: 10px;
90+
}
91+
92+
.label_block {
93+
display: inline-block;
94+
width: 200px;
95+
margin-bottom: 2px;
96+
}
97+
98+
.label_block_big {
99+
display: inline-block;
100+
width: 270px;
101+
margin-bottom: 2px;
102+
}
103+
104+
.hidden {
105+
display: none;
106+
}
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

install/css/overcast/jquery-ui-1.10.3.custom.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/images/76.gif

5.31 KB
Loading

install/images/ajax-loader.gif

882 Bytes
Loading

install/images/cross.png

655 Bytes
Loading

install/images/error.png

666 Bytes
Loading

install/images/exclamation-red.png

696 Bytes
Loading

install/images/information-white.png

707 Bytes
Loading

install/images/minus-circle.png

655 Bytes
Loading

install/images/tick-circle.png

724 Bytes
Loading

install/images/tick.png

634 Bytes
Loading

install/install.css

+88
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
body{
2+
width: 1000px;
3+
margin-left: auto;
4+
margin-right: auto;
5+
background-image: url(../includes/images/canevas/bg_home.jpg);
6+
font-family: sans-serif;
7+
font-size:12pt;
8+
}
9+
10+
#top{
11+
width: 980px;
12+
height: 35px;
13+
margin-left: auto;
14+
margin-right: auto;
15+
padding: 10px;
16+
font-family: sans-serif;
17+
font-size: 10px;
18+
display:block;
19+
}
20+
21+
#logo{
22+
float:left;
23+
margin-right: 5px;
24+
margin-top: -5px;
25+
}
26+
27+
#title {
28+
font: bold 270%/100% "Lucida Grande";
29+
color: #464646;
30+
float:left;
31+
margin-top:3px;
32+
}
33+
34+
div#content {
35+
margin-top:15px;
36+
position: relative;
37+
}
38+
39+
div#center {
40+
padding:20px;
41+
padding-bottom: 50px;
42+
background-color:white;
43+
display: block;
44+
color:#464646;
45+
}
46+
47+
label{
48+
width:150px;
49+
display:block;
50+
float:left;
51+
font-size:12pt;
52+
font-weight:bold;
53+
}
54+
55+
.step{
56+
font-size:14pt;
57+
padding:2px;
58+
width:400px;
59+
margin-bottom: 3px;
60+
margin-top: 3px;
61+
}
62+
63+
fieldset{
64+
margin:15px;
65+
}
66+
67+
legend{
68+
margin-bottom: 5px;
69+
}
70+
71+
#buttons_bottom{
72+
float:right;
73+
width:200px;
74+
text-align:right;
75+
}
76+
77+
#footer{
78+
width: 980px;
79+
height: 26px;
80+
line-height: 26px;
81+
valign: middle;
82+
margin: 10px auto 0 auto;
83+
padding: 10px;
84+
background-image: url(../includes/images/canevas/footer_all.png);
85+
font-family: sans-serif;
86+
font-size: 10px;
87+
color: #F0F0F0;
88+
}

0 commit comments

Comments
 (0)