monitoring/CSS: Make selection info small

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 17:08:38 +02:00
parent 9277113a35
commit 2f4e939d35
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
$helpMessage = $this->translate('Press and hold the Ctrl key while clicking on rows to select multiple rows or press and hold the Shift key to select a range of rows.', 'multiselection'); $helpMessage = $this->translate('Press and hold the Ctrl key while clicking on rows to select multiple rows or press and hold the Shift key to select a range of rows.', 'multiselection');
?> ?>
<div class="selection-info" title="<?= $this->escape($helpMessage) ?>"> <div class="selection-info text-small" title="<?= $this->escape($helpMessage) ?>">
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?> <span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?>
</div> </div>