diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx
index efc7e2f..645875f 100644
--- a/Customers/Invoices.aspx
+++ b/Customers/Invoices.aspx
@@ -1,7 +1,7 @@
<%@ Page Title="Rechnungen VERAG" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Invoices.aspx.vb" Inherits="Kundenbereich_Default" %>
-
+
@@ -9,24 +9,34 @@
-
-
-
+
-
-
-
+
+
+
-
+
-
-
+
+
diff --git a/css/Customers/Invoices.css b/css/Customers/Invoices.css
index 95872cf..7dc615d 100644
--- a/css/Customers/Invoices.css
+++ b/css/Customers/Invoices.css
@@ -1,23 +1,34 @@
-.btn btn-primary {
+body {
+ font-family: 'Poppins', sans-serif;
+ background: #fafafa;
+ background-image: url(../images/road.jpg);
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: cover;
+ /* background-color:#043381;*/
+}
+
+.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
+ width: 1250px;
+}
+
+.align-self-xl-start {
+ width: 102%;
+}
+
+#normaltable {
width: 1500px;
}
#conovertab {
- margin-left: 10px;
- width: 1200px;
-}
-
-.align-self-xl-start {
- width: 100%;
-}
-
-#normaltable {
- width: 100%;
+ margin-left: 0px;
+ width: 1700px;
}
@media (max-width: 558.98px) {
@@ -39,4 +50,39 @@
margin-right: 5px;
width: 350px;
}
-}
\ No newline at end of file
+
+
+ #tableSearch {
+ width: 315px;
+ }
+
+
+
+ body {
+ font-family: 'Poppins', sans-serif;
+ background: #fafafa;
+ background-position: center center;
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: cover;
+ /* background-color:#043381;*/
+ }
+
+ #tableSearch {
+ width: 1500px;
+ }
+
+ #conovertab {
+ margin-left: 10px;
+ width: 1200px;
+ }
+
+ .align-self-xl-start {
+ width: 100%;
+ }
+
+ #normaltable {
+ width: 100%;
+ }
+
+
\ No newline at end of file
diff --git a/newpageJulius_Sidebar.aspx b/newpageJulius_Sidebar.aspx
index bcf1358..d01da7f 100644
--- a/newpageJulius_Sidebar.aspx
+++ b/newpageJulius_Sidebar.aspx
@@ -19,9 +19,7 @@
-
-
-
+
<%@ import Namespace="MySql.Data.MySqlClient" %>