fixed floats on default-page, mojopulse

This commit is contained in:
Ulf Gebhardt 2014-06-21 02:35:37 +02:00
parent 2c63c828d2
commit db751691c6
4 changed files with 4 additions and 4 deletions

View File

@ -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_r.png) no-repeat;"></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_content">
<div id="frame_content_left">${default_page_welcome}</div>

View File

@ -28,4 +28,4 @@
id="login_submit">${basic_login}</button>
</div>
</form>
<div id="onlinestats"></div>
<div id="mojopulse"></div>

View File

@ -6,6 +6,6 @@
Feel free to snoop around.
</h4>
<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>
</div>

View File

@ -22,7 +22,7 @@ $(document).ready(function() {
$('#start a').click(function() {
load_wizard_details();});
load_visualisation('onlinestats');
load_visualisation('mojopulse');
});
function load_wizard_details(){