1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-04-12 17:21:33 +02: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"], .label > input[type="checkbox"]{
input[type="radio"] {
margin: 4px; margin: 4px;
line-height: normal;
}
.sidebar-menu>li {
padding: 1px;
} }
.widget-user .widget-user-image>img { .widget-user .widget-user-image>img {

View File

@ -216,7 +216,7 @@ class FileManager implements ManagerInterface
if (!$options['readonly']) { if (!$options['readonly']) {
$result .= ' $result .= '
<button type="button" class="btn btn-xs btn-default"> <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>'; </button>';
} }
$result .= ' $result .= '