This commit is contained in:
nepomuc 2016-11-29 17:05:05 +01:00 committed by Frederic Guillot
parent d798a26666
commit 7ae8445ccd
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<div class="file-thumbnail-content">
<div class="file-thumbnail-title">
<div class="dropdown">
<a href="#" class="dropdown-menu dropdown-menu-link-text"><?= $this->text->e($file['name']) ?> <i class="fa fa-caret-down"></i></a>
<a href="#" class="dropdown-menu dropdown-menu-link-text" title="<?= $this->text->e($file['name']) ?>"><?= $this->text->e($file['name']) ?> <i class="fa fa-caret-down"></i></a>
<ul>
<li>
<?= $this->url->icon('download', t('Download'), 'FileViewerController', 'download', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id'])) ?>

File diff suppressed because one or more lines are too long

View File

@ -29,6 +29,8 @@
font-weight: 700
font-size: size('compact')
color: color('medium')
overflow: hidden
text-overflow: ellipsis
.file-thumbnail-description
font-size: size('small')