Fix bugs.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#c-done {width: 110px;}
|
||||
@@ -0,0 +1 @@
|
||||
#lane-height {width: 110px}
|
||||
@@ -19,7 +19,7 @@
|
||||
<form class='main-form form-ajax' method='post' enctype='multipart/form-data' id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th class='w-110px'><?php echo $lang->kanban->doneFunction;?></th>
|
||||
<th id='c-done'><?php echo $lang->kanban->doneFunction;?></th>
|
||||
<td><?php echo nl2br(html::radio('performable', $lang->kanban->enableFinished, $kanban->performable));?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<form class='main-form form-ajax' method='post' enctype='multipart/form-data' id='dataform'>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<th><?php echo $lang->kanban->laneHeight;?></th>
|
||||
<th id='lane-height'><?php echo $lang->kanban->laneHeight;?></th>
|
||||
<td><?php echo nl2br(html::radio('heightType', $lang->kanbanlane->heightTypeList, $heightType, "onclick='setCardCount(this.value);'"));?></td>
|
||||
</tr>
|
||||
<tr class="hidden" id='cardBox'>
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user