adjustments @ default page

This commit is contained in:
Ulf Gebhardt 2013-11-06 22:21:02 +01:00
parent 061528bf82
commit 370abc3507
3 changed files with 7 additions and 7 deletions

View File

@ -1,18 +1,18 @@
.parent{
width: 1000px;
.parent{
position: absolute;
display: table;
width: 1000px;
}
.left{
width: 20px;
display: table-cell;
vertical-align: middle;
width: 30%;
vertical-align: middle;
position: relative;
}
.right{
display: table-cell;
width: 20px;
display: table-cell;
position: relative;
}
.bottom{

View File

@ -25,7 +25,7 @@
</div>
<img src="${PICPATH}border_top.png" width="100%"/>
</div>
<div class="parent" style="background: url(${PICPATH}background.png);" >
<div class="parent" style="width: 1000px; background: url(${PICPATH}background.png);" >
<div style="display: table-row">
<div id="frame_left" class="left" style="background: url(${PICPATH}border_left.png) repeat-y; width: 25px;">

View File

@ -36,7 +36,7 @@ function load_wizard_page (state){
wizard_state = state;
$('#content').hide();
$('#content').load('?action='+state);
$('#content').fadeIn(500);
$('#content').show(750);
for(var i=0; i<WizardStates.length;i++){
if(WizardStates[i][0] == state){