diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx
index ec4a8f8..c10fe26 100644
--- a/Customers/CustomsAviso.aspx
+++ b/Customers/CustomsAviso.aspx
@@ -6,74 +6,14 @@
-
-
-
-
-
@@ -86,7 +26,7 @@
-
+
diff --git a/css/Customers/CustomerAVISO.css b/css/Customers/CustomerAVISO.css
index cb7df9c..282ee7a 100644
--- a/css/Customers/CustomerAVISO.css
+++ b/css/Customers/CustomerAVISO.css
@@ -32,33 +32,57 @@ h1 {
#tableSearch {
width: 50%;
}
- #containerseiterand {
- width: 50%;
- }
+
#txt_Absender {
- width: 50%;
+ width: 250px;
+ padding-right: -2px;
+ padding-left: 60px;
}
#txt_Empfaenger {
- width: 50%;
+ width: 250px;
+ padding-right: -2px;
+ padding-left: 60px;
}
#txt_LKWNr {
- width: 50%;
+ width: 250px;
+ padding-right: -2px;
+ padding-left: 60px;
}
#txt_KdNrAuftrag {
- width: 50%;
+ width: 250px;
+ padding-right: -2px;
+ padding-left: 60px;
+ }
+ .container-fluid {
+ width: 700px;
+ }
+ #cont1 {
+ width: 700px;
+ }
+ #containerseiterand {
+ min-width: 700px;
+ }
+ .flex-fill {
+ width: 700px;
+ }
+ #cont3 {
+ width: 700px;
+ }
+ #cont4 {
+ min-width: 750px;
}
}
@media (min-width: 558.98px) {
#txt_Absender {
- width: 550px;
+ width: 850px;
}
#txt_Empfaenger {
- width: 550px;
+ width: 850px;
}
#txt_LKWNr {
- width: 550px;
+ width: 850px;
}
#txt_KdNrAuftrag {
- width: 550px;
+ width: 850px;
}
}