Commit 1b73026b by Nilu

grey area expanding to window height.

parent 3a28fc44
...@@ -83,6 +83,16 @@ ...@@ -83,6 +83,16 @@
</div> </div>
</div> </div>
</header> </header>
<script type="text/javascript">
$(document).ready(function()
{
($('.dashboard-content-area').hasClass('second-part') ) ?
$('.dashboard-content-area').height($(window).height() - $('.dashboard-content-area').outerHeight() + $('.dashboard-content-area').height() - 65) :
$('.second-part').innerHeight( $(window).height() - $('.dashboard-first-part').outerHeight() - 65 )
});
</script>
<% <%
} }
%> %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment