From ac71312bdff72b900a1ce6986fda51363fb1be82 Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 23 Aug 2021 10:29:42 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20an=20Breite=20sowie=20Impleme?= =?UTF-8?q?ntierung=20der=20Usergesteuerten=20Navbar=20im=20Kundenbereich?= =?UTF-8?q?=20und=20Hinzuf=C3=BCgen=20entsprechend=20neuer=20Seiten.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomerIndex.aspx | 6 +-- Customers/Customers.master | 76 ++++++++++++++++++++++++++++++---- Customers/Invoices.aspx | 6 +-- Customers/Karten_Boxen.aspx | 7 ++++ Customers/Karten_Boxen.aspx.vb | 5 +++ Customers/LKWs.aspx | 7 ++++ Customers/LKWs.aspx.vb | 5 +++ Customers/Welcome.aspx | 2 + 8 files changed, 100 insertions(+), 14 deletions(-) create mode 100644 Customers/Karten_Boxen.aspx create mode 100644 Customers/Karten_Boxen.aspx.vb create mode 100644 Customers/LKWs.aspx create mode 100644 Customers/LKWs.aspx.vb diff --git a/Customers/CustomerIndex.aspx b/Customers/CustomerIndex.aspx index 7a642cc..cdad1ab 100644 --- a/Customers/CustomerIndex.aspx +++ b/Customers/CustomerIndex.aspx @@ -16,11 +16,11 @@ #normaltable{ width:1500px; } - @media (min-width: 558.98px) { + @media (max-width: 558.98px) { #conovertab { width: /*445px;*/ 98.01762114537445vw; overflow-x: auto; - } + } } @@ -88,7 +88,7 @@ -
< +
<%--