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