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:
parent
c550bceb43
commit
cb1eddbef8
@ -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 {
|
||||
|
@ -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 .= '
|
||||
|
Loading…
Reference in New Issue
Block a user