* fix tfoot style for todo method of my module: import button should not wrap.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
.input-group .datepicker-wrapper{width: 110px!important;}
|
||||
.input-group .datepicker-wrapper .form-control {max-width: 110px; line-height: 25px}
|
||||
.input-group .datepicker-wrapper .form-control {max-width: 110px; line-height: 25px; height: 26px!important}
|
||||
.input-group-btn {float: left}
|
||||
|
||||
@@ -120,10 +120,10 @@
|
||||
$actionLink = $this->createLink('todo', 'import2Today');
|
||||
echo "<div class='input-group'>";
|
||||
echo "<div class='datepicker-wrapper datepicker-date'>" . html::input('date', date('Y-m-d'), "class='form-control form-date'") . '</div>';
|
||||
echo '</div>';
|
||||
echo "<span class='input-group-btn'>";
|
||||
echo html::commonButton($lang->todo->import, "onclick=\"setFormAction('$actionLink')\"");
|
||||
echo '</span>';
|
||||
echo '</div>';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user