Amélioration de la cliquabilité
This commit is contained in:
@@ -42,27 +42,6 @@
|
|||||||
background: #ccc;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wiki_files .username {
|
|
||||||
font-size: 1.2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wiki_files .icon {
|
|
||||||
border: 1px solid #999;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin: 0 3px 0 0;
|
|
||||||
padding: 4px 0;
|
|
||||||
line-height: 20px;
|
|
||||||
text-align: center;
|
|
||||||
width: 28px;
|
|
||||||
background: #ccc;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wiki_files .icon.avatar {
|
|
||||||
padding: 0;
|
|
||||||
height: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wiki_files .pagebuttons {
|
#wiki_files .pagebuttons {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -74,4 +53,11 @@
|
|||||||
}
|
}
|
||||||
#wiki_files .pagebuttons .previous {
|
#wiki_files .pagebuttons .previous {
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#wiki_files td a {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
#wiki_files .center {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<td><i class='fas <?=getFontAwesomeIcon($file['type'])?>'></i> <?=$file['type']?></td>
|
<td><i class='fas <?=getFontAwesomeIcon($file['type'])?>'></i> <?=$file['type']?></td>
|
||||||
<td><?=formatBytes($file['size'], $user->locale)?></td>
|
<td><?=formatBytes($file['size'], $user->locale)?></td>
|
||||||
<td><? echo datefmt_format($user->date_format,date_create($file['creation_date'], new DateTimeZone("UTC"))) ?></td>
|
<td><? echo datefmt_format($user->date_format,date_create($file['creation_date'], new DateTimeZone("UTC"))) ?></td>
|
||||||
<td>
|
<td class="center">
|
||||||
<a href="<?=$config['rel_root_folder']?>admin/wiki-files/delete/<?=$file['name']?>?orderby=<?=$orderby?>&order=<?=$order?>" onclick="return confirm('Es-tu sûr de vouloir supprimer ?');"><span class="external-link"><i class="fas fa-trash"></i></span></a>
|
<a href="<?=$config['rel_root_folder']?>admin/wiki-files/delete/<?=$file['name']?>?orderby=<?=$orderby?>&order=<?=$order?>" onclick="return confirm('Es-tu sûr de vouloir supprimer ?');"><span class="external-link"><i class="fas fa-trash"></i></span></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user