mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
css
This commit is contained in:
@@ -1221,7 +1221,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
|
||||
print '</td>';
|
||||
|
||||
// Duration - Time spent
|
||||
print '<td>';
|
||||
print '<td class="nowraponall">';
|
||||
$durationtouse = ($_POST['timespent_duration'] ? $_POST['timespent_duration'] : '');
|
||||
if (GETPOSTISSET('timespent_durationhour') || GETPOSTISSET('timespent_durationmin')) {
|
||||
$durationtouse = (GETPOST('timespent_durationhour') * 3600 + GETPOST('timespent_durationmin') * 60);
|
||||
@@ -1488,7 +1488,7 @@ if (($id > 0 || !empty($ref)) || $projectidforalltimes > 0) {
|
||||
|
||||
// Time spent
|
||||
if (!empty($arrayfields['t.task_duration']['checked'])) {
|
||||
print '<td class="right">';
|
||||
print '<td class="right nowraponall">';
|
||||
if ($action == 'editline' && $_GET['lineid'] == $task_time->rowid) {
|
||||
print '<input type="hidden" name="old_duration" value="'.$task_time->task_duration.'">';
|
||||
print $form->select_duration('new_duration', $task_time->task_duration, 0, 'text');
|
||||
|
||||
@@ -1382,6 +1382,7 @@ table[summary="list_of_modules"] .fa-cog {
|
||||
.width400 { width: 400px; }
|
||||
.width500 { width: 500px; }
|
||||
.maxwidth25 { max-width: 25px; }
|
||||
.maxwidth40 { max-width: 40px; }
|
||||
.maxwidth50 { max-width: 50px; }
|
||||
.maxwidth75 { max-width: 75px; }
|
||||
.maxwidthdate { max-width: 80px; }
|
||||
|
||||
@@ -1427,6 +1427,7 @@ table[summary="list_of_modules"] .fa-cog {
|
||||
.width400 { width: 400px; }
|
||||
.width500 { width: 500px; }
|
||||
.maxwidth25 { max-width: 25px; }
|
||||
.maxwidth40 { max-width: 40px; }
|
||||
.maxwidth50 { max-width: 50px; }
|
||||
.maxwidth75 { max-width: 75px; }
|
||||
.maxwidth100 { max-width: 100px; }
|
||||
|
||||
Reference in New Issue
Block a user