This commit is contained in:
Laurent Destailleur 2021-10-26 01:30:00 +02:00
parent 5db80efcec
commit c376d40346
3 changed files with 8 additions and 2 deletions

View File

@ -802,7 +802,7 @@ $currentdaytoshow = $firstdaytoshow;
echo '<div class="div-table-responsive">'; echo '<div class="div-table-responsive">';
while ($currentdaytoshow < $lastdaytoshow) { while ($currentdaytoshow < $lastdaytoshow) {
echo '<table width="100%" class="noborder nocellnopadd cal_month">'; echo '<table class="centpercent noborder nocellnopadd cal_month">';
echo '<tr class="liste_titre">'; echo '<tr class="liste_titre">';
echo '<td class="nopaddingtopimp nopaddingbottomimp nowraponsmartphone">'; echo '<td class="nopaddingtopimp nopaddingbottomimp nowraponsmartphone">';
@ -829,7 +829,7 @@ while ($currentdaytoshow < $lastdaytoshow) {
// Filter on days // Filter on days
print img_picto('', 'clock', 'class="fawidth30 inline-block paddingleft"'); print img_picto('', 'clock', 'class="fawidth30 inline-block paddingleft"');
print '<span class="hideonsmartphone" title="'.$langs->trans("VisibleDaysRange").'">'.$langs->trans("DaysOfWeek").'</span>'; print '<span class="hideonsmartphone" title="'.$langs->trans("VisibleDaysRange").'">'.$langs->trans("DaysOfWeek").'</span>';
print "\n".'<div class="ui-grid-a inline-block"><div class="ui-block-a">'; print "\n".'<div class="ui-grid-a inline-block"><div class="ui-block-a nowraponall">';
print '<input type="number" class="short" name="begin_d" value="'.$begin_d.'" min="1" max="7">'; print '<input type="number" class="short" name="begin_d" value="'.$begin_d.'" min="1" max="7">';
if (empty($conf->dol_use_jmobile)) { if (empty($conf->dol_use_jmobile)) {
print ' - '; print ' - ';

View File

@ -298,6 +298,9 @@ input.buttonpayment, button.buttonpayment, div.buttonpayment {
cursor: pointer; cursor: pointer;
max-width: 350px; max-width: 350px;
} }
input.short {
width: 40px;
}
.nofocusvisible:focus-visible { .nofocusvisible:focus-visible {
outline: none; outline: none;
} }

View File

@ -441,6 +441,9 @@ input, select {
input.button.massactionconfirmed { input.button.massactionconfirmed {
margin: 4px; margin: 4px;
} }
input.short {
width: 40px;
}
textarea { textarea {
border-radius: 0; border-radius: 0;