From d0082514110ab817ffe2dc0c06ecaf474b6db529 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 23 Nov 2021 16:26:43 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20Global.aspx=20und=20Design=20?= =?UTF-8?q?Masterpage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Customers.master | 95 +++++++++++++++++++++++++-- Global.asax | 2 +- css/Customers/MasterpageCustomers.css | 57 ++++------------ 3 files changed, 104 insertions(+), 50 deletions(-) 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 @@