This commit is contained in:
valentina 2024-07-09 15:27:33 +02:00
commit 4526e03c2f
2 changed files with 8 additions and 1 deletions

View File

@ -1634,6 +1634,13 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
display:none !important;
}
/** Fix per stile tema bootstrap-datetimepicker **/
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th{
padding: 0 !important;
border: none !important;
}
@media screen and (max-width: 767px) {
.navbar-left {
display: inline-block;

View File

@ -118,7 +118,7 @@ if (!empty($documento)) {
<td>';
echo input([
'type' => 'ckeditor',
'label' => tr('descrizione'),
'label' => tr('Descrizione'),
'name' => 'descrizione',
'required' => 1,
'extra' => 'rows="2"',