diff --git a/assets/src/css/style.css b/assets/src/css/style.css index ad2498fa2..4a212d266 100755 --- a/assets/src/css/style.css +++ b/assets/src/css/style.css @@ -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; diff --git a/modules/scadenzario/edit.php b/modules/scadenzario/edit.php index be4abd5ad..68ad6aeda 100755 --- a/modules/scadenzario/edit.php +++ b/modules/scadenzario/edit.php @@ -118,7 +118,7 @@ if (!empty($documento)) { '; echo input([ 'type' => 'ckeditor', - 'label' => tr('descrizione'), + 'label' => tr('Descrizione'), 'name' => 'descrizione', 'required' => 1, 'extra' => 'rows="2"',