anshuwap / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Mollify footer #421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

is there a way to include simple footer in mollify?

I'm trying to include few lines of text at the bottom with some css styling, 
but i'm not very familiar with php/javascript.

I've tried with inserting new div for the footer content (with absolute 
position) in the index.html right after <div id="mollify"></div> and it works 
ok when user log's in - footer stays on the bottom of page. 
But the problem is at login screen, as <div class="mollify-dialog"><div> gets 
inserted after the footer id so footer jumps on top of the page.

Any solutions?

Thx.

Original issue reported on code.google.com by zabavna...@gmail.com on 26 Sep 2012 at 6:07

GoogleCodeExporter commented 9 years ago
This is probably due to the login view, which only shows dialog. The actual 
content div (#mollify) becomes empty (height 0px) which ends up bringing up the 
footer as well. But this is just a guess.

Anyway, these customizations are hardly Mollify issues, and should not be 
reported here. Better place is discussion groups.

Original comment by samuli.j...@gmail.com on 27 Sep 2012 at 6:50