diff --git a/assets/src/css/style.css b/assets/src/css/style.css index cf826cdd7..9044a95a7 100755 --- a/assets/src/css/style.css +++ b/assets/src/css/style.css @@ -1658,8 +1658,6 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link { .large-modal .modal-dialog { width: 90%; max-width: 90%; - height: 90%; - max-height: 90%; } .large-modal .modal-content { @@ -1673,6 +1671,11 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link { overflow-y: auto; } +.modal-footer{ + margin: 15px -12px -10px -12px; + padding: 10px 0px 5px 0px; +} + .info-active ul.list{ list-style: none; } diff --git a/modules/preventivi/add.php b/modules/preventivi/add.php index 8a14657e6..f889341f0 100755 --- a/modules/preventivi/add.php +++ b/modules/preventivi/add.php @@ -35,7 +35,6 @@ $stato = Stato::where('name', 'Bozza')->first()->id;
-
{[ "type": "text", "label": "", "name": "nome", "required": 1 ]}
@@ -69,11 +68,14 @@ $stato = Stato::where('name', 'Bozza')->first()->id;
-
-
- + +