* Adjust style for create and edit todo.

This commit is contained in:
daitingting
2018-03-20 17:14:49 +08:00
parent c4e167763f
commit 3e3d7c30e4
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -1 +1,3 @@
#begin_chosen{width:50% !important;}
.switchDate{border-left: none;}
#end_chosen .chosen-single{border-left: none;}
+1
View File
@@ -1 +1,2 @@
#begin_chosen{width:50% !important;}
#end_chosen .chosen-single{border-left: none;}
+1 -1
View File
@@ -28,7 +28,7 @@
<td class='w-p25-f'>
<div class='input-group'>
<?php echo html::input('date', $date, "class='form-control form-date'");?>
<span class='input-group-addon'><input type='checkbox' id='switchDate' onclick='switchDateTodo(this);'> <?php echo $lang->todo->periods['future'];?></span>
<span class='input-group-addon switchDate'><input type='checkbox' id='switchDate' onclick='switchDateTodo(this);'> <?php echo $lang->todo->periods['future'];?></span>
<span class='input-group-addon'><input type='checkbox' id='cycle' name='cycle' value='1'> <?php echo $lang->todo->cycle;?></span>
</div>
</td><td></td>