diff --git a/app/css/material-dark.php b/app/css/material-dark.php index fef671e8..202b4f33 100644 --- a/app/css/material-dark.php +++ b/app/css/material-dark.php @@ -206,6 +206,7 @@ a:focus, a:hover { .modal-body { background-color: ; + min-height: 8rem; } .card-header { @@ -288,11 +289,11 @@ hr { border-bottom-right-radius: 18px!important; border-bottom-left-radius: 18px!important; position: relative; - margin-top: -18px; } .modal-footer { - border-radius: 18px; + margin-top: 0px; + height: 3.5rem; } .card>.card-header::before, .navbar-default::before { @@ -548,6 +549,7 @@ input.btn.btn-success:hover { border-radius: 18px!important; background-color: ; border: 1px solid !important; + padding: 0.5rem; } .btn-sm { diff --git a/app/css/material-light.php b/app/css/material-light.php index f2ad6815..57301691 100644 --- a/app/css/material-light.php +++ b/app/css/material-light.php @@ -286,11 +286,11 @@ hr { border-bottom-right-radius: 18px!important; border-bottom-left-radius: 18px!important; position: relative; - margin-top: -18px; } .modal-footer { - border-radius: 18px; + margin-top: 0px; + height: 3.5rem; } .card>.card-header::before, .navbar-default::before { @@ -554,6 +554,7 @@ input.btn.btn-success:hover { border-radius: 18px!important; background-color: ; border: 1px solid !important; + padding: 0.5rem; } .btn-sm {