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