From 1b82fbfd0ee4b63cb2f98396962d75acc08fddad Mon Sep 17 00:00:00 2001 From: ja Date: Fri, 20 Aug 2021 09:18:16 +0200 Subject: [PATCH] =?UTF-8?q?Anpassungen=20an=20BS=205=20die=20dtat-toggle?= =?UTF-8?q?=20werden=20zu=20data-bs-toggle=20und=20=C3=84ndern=20der=20Men?= =?UTF-8?q?=C3=BCs=20zu=20Dropdown=20und=20zentrierung=20der=20Men=C3=BCpu?= =?UTF-8?q?nkte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Customers.master | 55 +++++++++++++------ Customers/Rechnungen.aspx | 6 +- Customers/{Hauptseite.aspx => Welcome.aspx} | 2 +- .../{Hauptseite.aspx.vb => Welcome.aspx.vb} | 0 4 files changed, 42 insertions(+), 21 deletions(-) rename Customers/{Hauptseite.aspx => Welcome.aspx} (82%) rename Customers/{Hauptseite.aspx.vb => Welcome.aspx.vb} (100%) diff --git a/Customers/Customers.master b/Customers/Customers.master index 8a16cc5..d1d11d2 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -65,8 +65,7 @@ - - + @@ -287,23 +286,45 @@
-
+ + + + + + diff --git a/Customers/Rechnungen.aspx b/Customers/Rechnungen.aspx index 89b2954..2617a76 100644 --- a/Customers/Rechnungen.aspx +++ b/Customers/Rechnungen.aspx @@ -119,9 +119,9 @@ font-size: 16px; } .stretched-link{ - background-color: #fff; - color: #043381; - } + background-color: #fff; + color: #043381; + } diff --git a/Customers/Hauptseite.aspx b/Customers/Welcome.aspx similarity index 82% rename from Customers/Hauptseite.aspx rename to Customers/Welcome.aspx index 5d1d8cd..daa8a5f 100644 --- a/Customers/Hauptseite.aspx +++ b/Customers/Welcome.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Hauptseite.aspx.vb" Inherits="Customers_Default" %> +<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Welcome.aspx.vb" Inherits="Customers_Default" %> diff --git a/Customers/Hauptseite.aspx.vb b/Customers/Welcome.aspx.vb similarity index 100% rename from Customers/Hauptseite.aspx.vb rename to Customers/Welcome.aspx.vb