From ef30d5d4d16fb6668a7daa5f21c1509d3a80279a Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 13 Dec 2021 10:29:13 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20GUI=20Anpassungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Customers.master | 2 +- Customers/LKWs.aspx | 4 ++-- Customers/LKWs.aspx.vb | 2 -- css/navbarsidebar2.css | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Customers/Customers.master b/Customers/Customers.master index a388fbc..03e7bf8 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -397,7 +397,7 @@ diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 3d042e1..59fb4ea 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -82,7 +82,7 @@ Bitte Spedition wählen
- Nationalität:Placeholder + Nationalität:Placeholder
SDL-Leistungen: @@ -124,7 +124,7 @@ Bitte Spedition wählen...!
- Placeholder + Placeholder
SDL-Leistungen diff --git a/Customers/LKWs.aspx.vb b/Customers/LKWs.aspx.vb index 7c088f6..1c300b0 100644 --- a/Customers/LKWs.aspx.vb +++ b/Customers/LKWs.aspx.vb @@ -192,7 +192,6 @@ Partial Class LKWS End Sub Protected Sub TableRowClick(ByVal sender As TableRow, e As EventArgs) - MsgBox("varz") End Sub Protected Sub btn_Suchen_M_Click(sender As Object, e As EventArgs) @@ -314,7 +313,6 @@ Partial Class LKWS Dim Stringtemp_M As String = String.Empty For Each l2 In list2 Dim String2 As String = String.Empty - If IsNothing(l2.Schadstoffklasse) = False Then Stringtemp_M = l2.Kategorie.ToString Else diff --git a/css/navbarsidebar2.css b/css/navbarsidebar2.css index caba0d0..bffe85b 100644 --- a/css/navbarsidebar2.css +++ b/css/navbarsidebar2.css @@ -162,7 +162,7 @@ a[data-toggle="collapse"] { background-color: #fff; } ul ul a { - font-size: 0.975em !important; + font-size: 1.45em !important; padding-left: 30px !important; background-color: #fff; }