From 71cd99f3e30fbb3350de665a0279d2adb43333a6 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 7 Feb 2022 07:38:08 +0000 Subject: [PATCH] Fix bugs. --- module/kanban/css/performable.css | 1 + module/kanban/css/setlaneheight.css | 1 + module/kanban/view/performable.html.php | 2 +- module/kanban/view/setlaneheight.html.php | 2 +- module/my/css/project.css | 2 ++ 5 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 module/kanban/css/performable.css create mode 100644 module/kanban/css/setlaneheight.css diff --git a/module/kanban/css/performable.css b/module/kanban/css/performable.css new file mode 100644 index 0000000000..bef5675724 --- /dev/null +++ b/module/kanban/css/performable.css @@ -0,0 +1 @@ +#c-done {width: 110px;} diff --git a/module/kanban/css/setlaneheight.css b/module/kanban/css/setlaneheight.css new file mode 100644 index 0000000000..15427c9fa0 --- /dev/null +++ b/module/kanban/css/setlaneheight.css @@ -0,0 +1 @@ +#lane-height {width: 110px} diff --git a/module/kanban/view/performable.html.php b/module/kanban/view/performable.html.php index 061d078e3c..7a44e84fa0 100644 --- a/module/kanban/view/performable.html.php +++ b/module/kanban/view/performable.html.php @@ -19,7 +19,7 @@
- + diff --git a/module/kanban/view/setlaneheight.html.php b/module/kanban/view/setlaneheight.html.php index dc915cd162..f9b59c6796 100644 --- a/module/kanban/view/setlaneheight.html.php +++ b/module/kanban/view/setlaneheight.html.php @@ -22,7 +22,7 @@
kanban->doneFunction;?>kanban->doneFunction;?> kanban->enableFinished, $kanban->performable));?>
- + diff --git a/module/my/css/project.css b/module/my/css/project.css index 0503e90a47..bb863b066c 100644 --- a/module/my/css/project.css +++ b/module/my/css/project.css @@ -3,3 +3,5 @@ #projectTableList > tr:last-child .c-actions .dropdown-menu {top: auto; bottom: 100%; margin-bottom: -5px;} .c-budget {width: 100px;} + +.project-type-label.label-outline {width: 50px; min-width: 50px;}
kanban->laneHeight;?>kanban->laneHeight;?> kanbanlane->heightTypeList, $heightType, "onclick='setCardCount(this.value);'"));?>