Do tables responsive

This commit is contained in:
marisa
2020-02-13 11:08:51 +01:00
parent 75ad2130f3
commit 405adef71f
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<%= t 'global.statistics' %>: <%= t '.inactive_users' %>
</h1>
<div class="panel panel-default">
<div class="panel-body">
<div class="panel-body table-responsive">
<table class="table table-hover table-condensed">
<thead>
<tr>

View File

@ -1,7 +1,7 @@
<h1>
<%= t 'global.statistics' %>: <%= t '.last_login' %>
</h1>
<div class="panel panel-default">
<div class="panel panel-default table-responsive">
<div class="panel-body">
<table class="table table-hover table-condensed">
<thead>

View File

@ -1,7 +1,7 @@
<h1>
<%= t 'global.statistics' %>: <%= t '.type_of_swaps' %>
</h1>
<div class="panel panel-default">
<div class="panel panel-default table-responsive">
<div class="panel-body">
<table class="table table-hover table-condensed">
<thead>

View File

@ -1,7 +1,7 @@
<h1>
<%= t 'global.statistics' %>: <%= t '.without_offers' %>
</h1>
<div class="panel panel-default">
<div class="panel panel-default table-responsive">
<div class="panel-body">
<table class="table table-hover table-condensed">
<thead>