fixed floats on default-page, mojopulse
This commit is contained in:
parent
2c63c828d2
commit
db751691c6
@ -15,7 +15,7 @@
|
|||||||
<div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;"></div>
|
<div class="threecol_col" style="background: url(${PICPATH}border_top_m.png) repeat-x;"></div>
|
||||||
<div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;"></div>
|
<div class="threecol_col" style="background: url(${PICPATH}border_top_r.png) no-repeat;"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="threecol_row" style="height: 450px;">
|
<div class="threecol_row" style="">
|
||||||
<div id="frame_left_border" class="threecol_col" style="background: url(${PICPATH}border_left.png) repeat-y;"></div>
|
<div id="frame_left_border" class="threecol_col" style="background: url(${PICPATH}border_left.png) repeat-y;"></div>
|
||||||
<div id="frame_content">
|
<div id="frame_content">
|
||||||
<div id="frame_content_left">${default_page_welcome}</div>
|
<div id="frame_content_left">${default_page_welcome}</div>
|
||||||
|
|||||||
@ -28,4 +28,4 @@
|
|||||||
id="login_submit">${basic_login}</button>
|
id="login_submit">${basic_login}</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div id="onlinestats"></div>
|
<div id="mojopulse"></div>
|
||||||
@ -6,6 +6,6 @@
|
|||||||
Feel free to snoop around.
|
Feel free to snoop around.
|
||||||
</h4>
|
</h4>
|
||||||
<div style=""><img src="${PICPATH}help_gnome.png" width="200px;" /></div>
|
<div style=""><img src="${PICPATH}help_gnome.png" width="200px;" /></div>
|
||||||
<div id="start" style="float: left;padding-top: 25px;">
|
<div id="start" style="float: left;padding-top: 40px; padding-bottom: 35px;">
|
||||||
<a href="#"><img src="${PICPATH}button.png"/></a>
|
<a href="#"><img src="${PICPATH}button.png"/></a>
|
||||||
</div>
|
</div>
|
||||||
@ -22,7 +22,7 @@ $(document).ready(function() {
|
|||||||
$('#start a').click(function() {
|
$('#start a').click(function() {
|
||||||
load_wizard_details();});
|
load_wizard_details();});
|
||||||
|
|
||||||
load_visualisation('onlinestats');
|
load_visualisation('mojopulse');
|
||||||
});
|
});
|
||||||
|
|
||||||
function load_wizard_details(){
|
function load_wizard_details(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user