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);'"));?>