From 443bb066c7a48cfe3362a515de819a58a7d261c5 Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 27 Aug 2021 11:24:37 +0200 Subject: [PATCH] CSs angepasst tabelle passt --- Customers/Invoices.aspx | 30 ++++++++++------ css/Customers/Invoices.css | 70 +++++++++++++++++++++++++++++++------- newpageJulius_Sidebar.aspx | 4 +-- 3 files changed, 79 insertions(+), 25 deletions(-) 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" %>