diff --git a/Customers/Customers.master b/Customers/Customers.master index 06816d8..6e1acb1 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -133,7 +133,34 @@ @media (min-width: 558.98px){ #Image1{ margin-right: -320px; - } + } + .modal-dialog { + width: 800px; + } + + #contfluid { + width: 800px; + } + + .modal-content { + width: 800px; + display: block; + overflow-x: no-content; + } + + .modal-header { + width: 800px; + } + + .modal-body { + /* background-color:#043381;*/ + background-color: #fff; + color: #043381; + width: 800px; + } + .modal-footer { + width: 800px; + } } @media (max-width: 558.98px) { wrapper{ @@ -156,6 +183,34 @@ Image1 { margin-right: 320px; } + .modal-dialog { + width: 400px; + } + + #contfluid { + width: 400px; + } + + .modal-content { + width: 400px; + display: block; + overflow-x: no-content; + } + + .modal-header { + width: 400px; + } + + .modal-body { + /* background-color:#043381;*/ + background-color: #fff; + color: #043381; + width: 400px; + } + .modal-footer { + width: 400px; + } + } @media (max-width: 328.98px) { wrapper{ @@ -178,6 +233,34 @@ Image1 { margin-right: 320px; } + .modal-dialog { + width: 400px; + } + + #contfluid { + width: 400px; + } + + .modal-content { + width: 400px; + display: block; + overflow-x: no-content; + } + + .modal-header { + width: 400px; + } + + .modal-body { + /* background-color:#043381;*/ + background-color: #fff; + color: #043381; + width: 400px; + } + + .modal-footer { + width: 400px; + } } @@ -381,16 +464,16 @@