Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsteampassnet committed Dec 12, 2017
2 parents 7f298a3 + 5fbee7f commit 856f088
Show file tree
Hide file tree
Showing 54 changed files with 10,239 additions and 0 deletions.
106 changes: 106 additions & 0 deletions install/css/install.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
body{
width: 1000px;
margin-left: auto;
margin-right: auto;
background-image: url(../../includes/images/canevas/bg_home.jpg);
font-family: sans-serif;
font-size:11pt;
}

#top{
width: 1000px;
height: 35px;
margin-left: auto;
margin-right: auto;
padding: 10px;
font-family: sans-serif;
font-size: 10px;
display:block;
}

#title {
font: bold 270%/100% "Lucida Grande";
color: #464646;
float:left;
margin-top:3px;
}

#main {
width: 1000px;
margin-top:15px;
margin-left: auto;
margin-right: auto;
background-color:white;
color:#464646;
height:90%;
overflow:hidden;
padding:10px;
display:block;
height:100%;
}

#menu {
float: left;
width: 25%;
margin-left:-20px;
height:100%;
}

#menu li {
margin-top:5px;
}

.li_inprogress {
font-weight: bold;
color: #5283BB;
}

.li_done {
font-weight: normal;
color: #464646;
}

#content {
float:left;
width: 75%;
height:100%;
}

#step_name {
font-weight: bold;
text-align: center;
font-size: 15px;
}

#step_content {
margin-top: 10px;
}

#action_buttons {
width: 1000px;
padding: 10px;
margin:0 auto 0 auto;
background-color:white;
color:#464646;
height: 30px;
text-align: right;
}
h5 {
margin-bottom: 10px;
}

.label_block {
display: inline-block;
width: 200px;
margin-bottom: 2px;
}

.label_block_big {
display: inline-block;
width: 270px;
margin-bottom: 2px;
}

.hidden {
display: none;
}
Binary file added install/css/overcast/images/animated-overlay.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions install/css/overcast/jquery-ui-1.10.3.custom.min.css

Large diffs are not rendered by default.

Binary file added install/images/76.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/cross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/exclamation-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/information-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/minus-circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/tick-circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/images/tick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions install/install.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
body{
width: 1000px;
margin-left: auto;
margin-right: auto;
background-image: url(../includes/images/canevas/bg_home.jpg);
font-family: sans-serif;
font-size:12pt;
}

#top{
width: 980px;
height: 35px;
margin-left: auto;
margin-right: auto;
padding: 10px;
font-family: sans-serif;
font-size: 10px;
display:block;
}

#logo{
float:left;
margin-right: 5px;
margin-top: -5px;
}

#title {
font: bold 270%/100% "Lucida Grande";
color: #464646;
float:left;
margin-top:3px;
}

div#content {
margin-top:15px;
position: relative;
}

div#center {
padding:20px;
padding-bottom: 50px;
background-color:white;
display: block;
color:#464646;
}

label{
width:150px;
display:block;
float:left;
font-size:12pt;
font-weight:bold;
}

.step{
font-size:14pt;
padding:2px;
width:400px;
margin-bottom: 3px;
margin-top: 3px;
}

fieldset{
margin:15px;
}

legend{
margin-bottom: 5px;
}

#buttons_bottom{
float:right;
width:200px;
text-align:right;
}

#footer{
width: 980px;
height: 26px;
line-height: 26px;
valign: middle;
margin: 10px auto 0 auto;
padding: 10px;
background-image: url(../includes/images/canevas/footer_all.png);
font-family: sans-serif;
font-size: 10px;
color: #F0F0F0;
}
Loading

0 comments on commit 856f088

Please sign in to comment.