Änderungen GUI Anpassungen
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
<ul style="list-style: none;"class="collapse list-unstyled" id="UserSubmenu1">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:16px;white-space: nowrap; height:20px"><img src="../images/Icons/main/gear_blue.png"; style="width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button> </li>
|
||||
<li style="margin-top:12px"><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:18px;width:200px;z-index:1032;margin-left:-16px"><img src="../images/Icons/main/Logout.svg.png"; style="width:15px;height:15px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li>
|
||||
<li style="margin-top:12px"><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:20px;width:200px;z-index:1032;margin-left:-16px"><img src="../images/Icons/main/Logout.svg.png"; style="width:15px;height:15px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<asp:Label ID="lbl_sped_Placeholder" runat="server" Font-Size="20px" Font-Bold="true">Bitte Spedition wählen</asp:Label>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lbl_natLKW" runat="server" Font-Size="1em" style="color:#043381">Nationalität:</asp:Label><asp:Label runat="server" ID="lbl_Placeholder">Placeholder</asp:Label>
|
||||
<asp:Label ID="lbl_natLKW" runat="server" Font-Size="1.12em" style="color:#043381">Nationalität:</asp:Label><asp:Label runat="server" ID="lbl_Placeholder" style="font-size:1.12em">Placeholder</asp:Label>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lbl_SDL" runat="server" Font-Size="1.331em" style="color:#043381;font-weight:500">SDL-Leistungen:</asp:Label>
|
||||
@@ -124,7 +124,7 @@
|
||||
<asp:Label ID="lbl_sped_Placeholder_M" runat="server" Font-Size="22px" Font-Bold="true">Bitte Spedition wählen...!</asp:Label>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lbl_natLKW_M" runat="server" Font-Size="1em" Style="color:#043381"></asp:Label><asp:Label ID="lbl_Placeholder_M" runat="server">Placeholder</asp:Label>
|
||||
<asp:Label ID="lbl_natLKW_M" runat="server" Font-Size="1.12em" Style="color:#043381"></asp:Label><asp:Label ID="lbl_Placeholder_M" runat="server" style="font-size:1.12em">Placeholder</asp:Label>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<asp:Label ID="lbl_SDL_M" runat="server" Font-Size="1.331em" style="color:#043381;font-weight:500">SDL-Leistungen</asp:Label>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user