Responsive view #682 div.scrollview no more needed
This commit is contained in:
parent
0e83f00a67
commit
7c473aa39c
@ -115,13 +115,11 @@
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<div class="autoscroll">
|
||||
<% if @tree_view %>
|
||||
<%= render(:partial => 'tree_view') %>
|
||||
<% else %>
|
||||
<%= render(:partial => 'list_view') %>
|
||||
<% end %>
|
||||
</div>
|
||||
<% if @tree_view %>
|
||||
<%= render(:partial => 'tree_view') %>
|
||||
<% else %>
|
||||
<%= render(:partial => 'list_view') %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= context_menu %>
|
||||
|
||||
@ -45,7 +45,6 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="autoscroll">
|
||||
<table class="display list dmsf_list" id="browser">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -165,7 +164,6 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= context_menu %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user