From 5d95e67ec54e0446e0e34531378fcd1307b878d2 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 16 Nov 2021 15:25:14 +0100 Subject: [PATCH] Design-Anpassungen --- Customers/Cards_Boxes.aspx | 74 +++++++++++++++++++++++- css/Customers/CardsBoxes.css | 108 +++++++++++------------------------ 2 files changed, 106 insertions(+), 76 deletions(-) diff --git a/Customers/Cards_Boxes.aspx b/Customers/Cards_Boxes.aspx index a4e21eb..d03b5e3 100644 --- a/Customers/Cards_Boxes.aspx +++ b/Customers/Cards_Boxes.aspx @@ -25,19 +25,67 @@ - + + +
+

Karten und Boxen:

Das ist die Übersicht über all Ihre zu den LKWs zugehörigen Boxen:

+ +
- + Index-Nr LKW-Nr @@ -51,6 +99,28 @@
+ + +
+ +
+ + + Index-Nr + LKW-Nr + Status + Auftragsdatum + Absender + Empfänger + Auftrags-Nr + Info + + +
+
+
+
diff --git a/css/Customers/CardsBoxes.css b/css/Customers/CardsBoxes.css index 5410b50..1d93a35 100644 --- a/css/Customers/CardsBoxes.css +++ b/css/Customers/CardsBoxes.css @@ -1,88 +1,48 @@ -.btn btn-primary { - color: #043381; - background-color: #fff; -} +@media (min-width: 558.98px) { + .btn btn-primary { + color: #043381; + background-color: #fff; + } -.align-self-xl-start { - width: 100%; -} -#normaltable { - width: 1500px; -} + .align-self-xl-start { + width: 100%; + } -#conovertab { - margin-left: 0px; - width: 1700px; -} + #normaltable { + width: 1400px; + } -.carousel-inner { - width: 600px; -} - -#btn_resetForm { - margin-right: 2px; -} - -#Abstand { - height: /*12px*/ 0.936768149882904vh; -} - -#Abstand_lang { - height: /*24px*/ 1.873536299765808vh; -} - -#Abstand_laenger { - height: /*32px*/ 2.498048399687744vh; -} - -.g-3 { - border: /*1.8px*/ 0.0706436420722135vw #808080 ridge; - margin-left: 12px -} - -#normaltable { - width: 100%; -} - -@media (max-width: 558.98px) { #conovertab { - width: 350px; - overflow-x: auto; - } - body { - width: 400px; - } - h1 { - font-size: 12px; - } - - #tableSearch { - max-width: 350px; - } - - #containerseiterand { - margin-left: 5px; - margin-right: 5px; - width: 350px; - } - - #imgcar { - width: 300px; - height: 125px; + margin-left: 0px; + width: 1400px; } .carousel-inner { width: 600px; - height: 125px; } - .carousel-item { - width: 600px; - height: 125px; + #btn_resetForm { + margin-right: 2px; } - carousel-caption d-none d-md-block { - width: 600px; - height: 125px; + #Abstand { + height: /*12px*/ 0.936768149882904vh; + } + + #Abstand_lang { + height: /*24px*/ 1.873536299765808vh; + } + + #Abstand_laenger { + height: /*32px*/ 2.498048399687744vh; + } + + .g-3 { + border: /*1.8px*/ 0.0706436420722135vw #808080 ridge; + margin-left: 12px + } + + #normaltable { + width: 80%; } }