* Fix bug #18289.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.pri-selector .br-0 {padding-bottom: 5px;}
|
||||
.required:after {left: 213px; z-index: 2;}
|
||||
.pri-selector {z-index: 3;}
|
||||
#estimate, .pri-selector {z-index: 3;}
|
||||
.input-group > #name {padding-right: 16px;}
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<div class='table-col w-120px'>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon fix-border br-0"><?php echo $lang->kanbancard->estimate;?></span>
|
||||
<input type="text" name="estimate" id="estimate" class="form-control" autocomplete="off" placeholder=<?php echo $lang->kanbancard->lblHour;?>>
|
||||
<?php echo html::input('estimate', '', "class='form-control' placeholder='{$lang->kanbancard->lblHour}' autocomplete='off'");?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user