From 21c238e96a51802486108beb5a541c92b873a197 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 14 May 2019 22:44:57 +1000 Subject: [PATCH] Secondary modal is slightly smaller than primary - So that the primary modal is still visible underneath --- InvenTree/static/css/inventree.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 1658113edb..bca4560edf 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -178,6 +178,11 @@ width: 45%; } +.modal-secondary .modal-dialog { + width: 40%; + padding-top: 15px; +} + .modal-content h3 { margin-top: 3px; margin-bottom: 3px;