adjustments @ default page
This commit is contained in:
parent
061528bf82
commit
370abc3507
@ -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{
|
||||
|
||||
@ -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;">
|
||||
|
||||
|
||||
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user