selectioninfo: make it look lighter

This commit is contained in:
Thomas Gelf 2014-11-19 10:17:09 +01:00
parent 704a87c0f2
commit b5aa08ca36
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?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');
?>
<div class="selection-info">
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?> <?= $this->icon('help', $helpMessage) ?>
<div class="selection-info" title="<?= $this->escape($helpMessage) ?>">
<span class="selection-info-count">0</span> <?= $this->translate('row(s) selected', 'multiselection') ?>
</div>

View File

@ -169,8 +169,10 @@ table.avp .customvar ul {
}
div.selection-info {
padding-top: 3px;
padding-top: 0.4em;
float: right;
cursor: help;
font-size: 0.8em;
}
.optionbox {