1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-12 17:20:08 +01:00

fix: visualizzazione tabelle da mobile

This commit is contained in:
valentina 2025-02-13 17:22:37 +01:00
parent 6a706fc7ae
commit fa7539aa35
14 changed files with 15 additions and 15 deletions

View File

@ -212,7 +212,7 @@ function initcard(controllo, success) {
if (!success) {
card += `
<div class="card-body">
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -33,7 +33,7 @@ $evasione_bar = [
];
echo '
<div class="table-responsive row-list">
<div class="table-responsive text-nowrap row-list">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -33,7 +33,7 @@ $evasione_bar = [
];
echo '
<div class="table-responsive row-list">
<div class="table-responsive text-nowrap row-list">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -30,7 +30,7 @@ $righe = $order_row_desc ? $fattura->getRighe()->sortByDesc('created_at') : $fat
$colspan = $dir == 'entrata' ? '8' : '7';
echo '
<div class="table-responsive row-list">
<div class="table-responsive text-nowrap row-list">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -67,7 +67,7 @@ if (!empty($sessioni)) {
$prev_tecnico = $sessione['ragione_sociale'];
echo '
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-striped table-hover table-sm">
<tr><th>';

View File

@ -33,7 +33,7 @@ $evasione_bar = [
];
echo '
<div class="table-responsive row-list">
<div class="table-responsive text-nowrap row-list">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -40,7 +40,7 @@ $evasione_bar = [
];
echo '
<div class="table-responsive row-list">
<div class="table-responsive text-nowrap row-list">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -48,7 +48,7 @@ $terzo_livello = $dbo->fetchArray($query3);
if (!empty($terzo_livello)) {
echo '
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-striped table-hover table-sm">
<thead>
<tr>

View File

@ -28,7 +28,7 @@ $righe = $order_row_desc ? $preventivo->getRighe()->sortByDesc('created_at') : $
$colspan = '9';
echo '
<div class="table-responsive row-list">
<div class="table-responsive text-nowrap row-list">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -57,7 +57,7 @@ echo '
if (!empty($utenti)) {
echo '
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-hover table-sm table-striped">
<tr>
<th>'.tr('Nome utente').'</th>
@ -196,7 +196,7 @@ echo '
<div class="card-body">';
if ($record['nome'] != 'Amministratori') {
echo '
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-hover table-sm table-striped">
<tr>
<th>'.tr('Modulo').'</th>

View File

@ -361,7 +361,7 @@ if (!empty($righe)) {
<div class="clearfix"></div>
</h4>
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -362,7 +362,7 @@ if (!empty($righe)) {
<div class="clearfix"></div>
</h4>
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -40,7 +40,7 @@ echo '
</div>
</div>
<br>
<div class="table-responsive">
<div class="table-responsive text-nowrap">
<table class="table table-striped table-hover table-sm table-bordered">
<thead>
<tr>

View File

@ -96,7 +96,7 @@ class FileManager implements ManagerInterface
</button>
</div>
</div>
<div class="card-body no-padding table-responsive">
<div class="card-body no-padding table-responsive text-nowrap">
<table class="table table-striped table-sm ">
<thead>
<tr>