Skip to content

Commit

Permalink
CSS: Fix table classes in config/resource
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 79c11b2 commit 4e36e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/config/resource.phtml
Expand Up @@ -5,7 +5,7 @@
<a href="<?= $this->href('config/createresource') ?>">
<?= $this->icon('plus') ?> <?= $this->translate('Create A New Resource') ?>
</a>
<table class="action alternating">
<table class="action-table listing-table">
<thead>
<th><?= $this->translate('Resource') ?></th>
<th style="width: 5em"><?= $this->translate('Remove') ?></th>
Expand Down

0 comments on commit 4e36e2e

Please sign in to comment.