CSS: Fix table classes in config/resource

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:20:59 +02:00
parent 79c11b293b
commit 4e36e2e6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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>