Added scrollbars to main page views
svn: r13658
This commit is contained in:
parent
3f546e7fa3
commit
8e0593d7ad
@ -45,8 +45,11 @@
|
||||
|
||||
<p> </p>
|
||||
|
||||
{% block table_data %} TABLE DATA GOES HERE {% endblock %}
|
||||
<table></table>
|
||||
<div style="overflow:auto; height:450px;width:700px;">
|
||||
|
||||
{% block table_data %} <table></table> {% endblock %}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="pagination">
|
||||
<span class="step-links">
|
||||
|
Loading…
Reference in New Issue
Block a user