Skip to content

Commit

Permalink
Dev: Better styling of storage table width
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 22, 2017
1 parent e94f989 commit 3870d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/views/admin/global_settings/_storage_ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<label><?php eT('Overview'); ?></label>
<table class='table table-striped table-bordered'>
<tr>
<td><?php eT('Total storage:'); ?></td>
<td style='width: 70%;'><?php eT('Total storage:'); ?></td>
<td><?php echo $totalStorage; ?></td>
</tr>
<tr>
Expand All @@ -32,7 +32,7 @@
<table class='table table-striped table-bordered'>
<?php foreach ($surveys as $survey): ?>
<tr>
<td><?php echo $survey['name']; ?> (<?php echo $survey['sid']; ?>)</td>
<td style='width: 70%;'><?php echo $survey['name']; ?> (<?php echo $survey['sid']; ?>)</td>
<td><?php echo $survey['size']; ?></td>
</tr>
<?php endforeach; ?>
Expand All @@ -44,7 +44,7 @@
<table class='table table-striped table-bordered'>
<?php foreach ($templates as $templates): ?>
<tr>
<td><?php echo $templates['name']; ?></td>
<td style='width: 70%;'><?php echo $templates['name']; ?></td>
<td><?php echo $templates['size']; ?></td>
</tr>
<?php endforeach; ?>
Expand Down

0 comments on commit 3870d61

Please sign in to comment.