From 6874b6e3dd503d2930ff9813cac9fbbd9505f1fd Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 13 Sep 2021 15:36:59 +0200 Subject: [PATCH] =?UTF-8?q?Css=20=C3=84dnerungen=20inline=20sowie=20im=20C?= =?UTF-8?q?SS=20File?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/CustomsAviso.aspx | 8 ++++---- css/Customers/CustomerAVISO.css | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index c10fe26..eb99562 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -33,7 +33,7 @@ -
+

Kundencenter:

@@ -60,7 +60,7 @@ If AVISO_dt IsNot Nothing Then If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE'%> -
+
@@ -151,8 +151,8 @@
-
- +
+ Index-Nr ART diff --git a/css/Customers/CustomerAVISO.css b/css/Customers/CustomerAVISO.css index 282ee7a..0c862b1 100644 --- a/css/Customers/CustomerAVISO.css +++ b/css/Customers/CustomerAVISO.css @@ -71,6 +71,21 @@ h1 { #cont4 { min-width: 750px; } + tbody { + font-size: 3.303964757709251vw; + height: auto; + flex-wrap: wrap; + width: fit-content; + } + #normaltable{ + width:100%; + } + #conovertab { + /* max-width:width:150px 11.25em;*/ + margin-left: /*14px*/ 3.0837004405286343vw; + max-width: /*390px;*/ 85.90308370044053vw; + overflow-x: auto; + } } @media (min-width: 558.98px) { #txt_Absender { @@ -85,4 +100,7 @@ h1 { #txt_KdNrAuftrag { width: 850px; } + #normaltable { + width: 100%; + } }