From b639eb140bca40f6037a15e865a2ad770cdfd785 Mon Sep 17 00:00:00 2001 From: ja Date: Wed, 10 Nov 2021 15:42:41 +0100 Subject: [PATCH] Anpassungen GUI --- Customers/Invoices.aspx | 4 +-- css/Customers/CustomerAVISO.css | 9 ++++++- css/Customers/Invoices.css | 48 +++++++++++++++++---------------- 3 files changed, 35 insertions(+), 26 deletions(-) diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx index ba639b2..6173ab0 100644 --- a/Customers/Invoices.aspx +++ b/Customers/Invoices.aspx @@ -196,9 +196,9 @@
-
+
- + Index-Nr Invoice Number diff --git a/css/Customers/CustomerAVISO.css b/css/Customers/CustomerAVISO.css index cb5c156..1bab1d5 100644 --- a/css/Customers/CustomerAVISO.css +++ b/css/Customers/CustomerAVISO.css @@ -6,7 +6,10 @@ h1 { color: #043381; font-size: 32px; } - +h2 { + color: #043381; + font-size: 28px; +} #normaltable { width: 1500px; } @@ -170,6 +173,10 @@ hr{ color: #043381; font-size: 22px; } + h2 { + color: #043381; + font-size: 28px; + } #tableSearch { width: 53%; border:1px solid grey; diff --git a/css/Customers/Invoices.css b/css/Customers/Invoices.css index 9c5a4cc..b567a80 100644 --- a/css/Customers/Invoices.css +++ b/css/Customers/Invoices.css @@ -3,7 +3,6 @@ background-color: #fff; } - #tableSearch { width: 1250px; } @@ -65,21 +64,38 @@ ContentPlaceHolder1_Send_Data { height: 15px; width: 240px; } +.g-3 { + border: /*1.8px*/ 0.0706436420722135vw #808080 ridge; + margin-left: 12px +} + +#normaltable { + width: 100%; +} @media (max-width: 558.98px) { + tbody { + font-size: 3.303964757709251vw; + height: auto; + flex-wrap: wrap; + width: fit-content; + } + #normaltable { + width: 10%; + } #conovertab { - width: 325px; + /* max-width:width:150px 11.25em;*/ + margin-left: /*14px*/ 3.0837004405286343vw; + max-width: /*390px;*/ 85.90308370044053vw; overflow-x: auto; } - h1 { color: #043381; font-size: 22px; } - - #tableSearch { - max-width: 50%; + h2 { + color: #043381; + font-size: 30px; } - #containerseiterand { margin-left: 5px; margin-right: 5px; @@ -94,22 +110,8 @@ ContentPlaceHolder1_Send_Data { } #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; - } + } + #pickdate1 { border: 1px solid #000000; }