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{ .parent{
width: 1000px;
position: absolute; position: absolute;
display: table; display: table;
width: 1000px;
} }
.left{ .left{
width: 20px;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
width: 30%;
position: relative; position: relative;
} }
.right{ .right{
display: table-cell;
width: 20px; width: 20px;
display: table-cell;
position: relative; position: relative;
} }
.bottom{ .bottom{

View File

@ -25,7 +25,7 @@
</div> </div>
<img src="${PICPATH}border_top.png" width="100%"/> <img src="${PICPATH}border_top.png" width="100%"/>
</div> </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 style="display: table-row">
<div id="frame_left" class="left" style="background: url(${PICPATH}border_left.png) repeat-y; width: 25px;"> <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; wizard_state = state;
$('#content').hide(); $('#content').hide();
$('#content').load('?action='+state); $('#content').load('?action='+state);
$('#content').fadeIn(500); $('#content').show(750);
for(var i=0; i<WizardStates.length;i++){ for(var i=0; i<WizardStates.length;i++){
if(WizardStates[i][0] == state){ if(WizardStates[i][0] == state){