1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-25 06:55:05 +01:00

Fix minori

This commit is contained in:
Luca 2023-03-30 15:53:36 +02:00
parent c550bceb43
commit cb1eddbef8
2 changed files with 2 additions and 8 deletions

View File

@ -1203,14 +1203,8 @@ table.dataTable>tbody>tr.selected>th.select-checkbox::after {
}
input[type="checkbox"],
input[type="radio"] {
.label > input[type="checkbox"]{
margin: 4px;
line-height: normal;
}
.sidebar-menu>li {
padding: 1px;
}
.widget-user .widget-user-image>img {

View File

@ -216,7 +216,7 @@ class FileManager implements ManagerInterface
if (!$options['readonly']) {
$result .= '
<button type="button" class="btn btn-xs btn-default">
<input class="pull-left" id="check_all_files" type="checkbox"/>
<input class="pull-left" style="margin:2px 0px;"id="check_all_files" type="checkbox"/>
</button>';
}
$result .= '