Änderungen

This commit is contained in:
ja
2021-08-12 09:18:28 +02:00
parent 77e7b309cd
commit f53ad3c258
2 changed files with 18 additions and 23 deletions

View File

@@ -755,7 +755,7 @@
<div style="display:flex;">
<li class="nav-item dropdown" style="background-color:#fff; color:#043381;">
<a class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>"><%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %></a>
@@ -793,7 +793,8 @@
%>
<div class="dropdown-divider"></div>
<!--<td><a href="<%'= navParent%>?menuID=<%'= nav3.id%>&lan=<%'= laenderkuerzel %>"><%'= nav3.bezeichnung %></a></td> -->
<a class="dropdown-item" href="<%= navParent%>?menuID=<%= nav3.id%>&lan=<%= laenderkuerzel %>"><%= nav3.bezeichnung %></a></div>
<a class="dropdown-item" href="<%= navParent%>?menuID=<%= nav3.id%>&lan=<%= laenderkuerzel %>"><%= nav3.bezeichnung %></a>
</div>
<%
cells += 1
Next
@@ -838,7 +839,7 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap">
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
<div class="align-self: center"></div>
<span><img src="images/Icons/main/menu vergablau.svg" style="width:initial;height:initial;" alt="Hamburger Menu Stripes in Verag Blue" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></span>
<span><img src="images/Icons/main/menu vergablau.svg" style="width:initial;height:initial;" alt="Hamburger Menu Stripes in Verag Blue" data-toggle="tooltip" data-placement="top" title="Zeigt das Menü an."></span>
</button>
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" style="width:initial;height:initial;" alt="VERAG Spedition AG Logo with blue word color until grey AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasWithBothOptions" aria-controls="offcanvasWithBothOptions" style="background-color:#fff; color:#043381;"><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;"/></button>

View File

@@ -229,7 +229,7 @@ Imports System.Data.SqlClient
/* @media (max-width: 320px) and (max-height: 640px){*/
@media (max-width: 575.98px) {
#sidebar {
#sidebar {
margin-left: -250px;
padding-top:0.5em;
font-size:1em;
@@ -239,7 +239,7 @@ Imports System.Data.SqlClient
font-size: 1.57em;
font-size: 3.270833333333333vw;
min-width: 70%;
}
}
#footer_content b{
font-size: 1em;
font-size: 2.083333333333333vw;
@@ -280,13 +280,11 @@ Imports System.Data.SqlClient
text-align: center;
height: 26px;
width: 150px;
}
}
table th td {
font-size: 16px;
display:block;
}
tbody{
font-size:19.2px;
height: auto;
@@ -294,8 +292,7 @@ Imports System.Data.SqlClient
overflow-y:auto;
overflow-x:hidden;
flex-wrap:wrap;
}
}
#conovertab{
overflow-x:auto;
}
@@ -304,8 +301,9 @@ Imports System.Data.SqlClient
}
#navbar navbar-expand-md navbar-light bg-light{
background-color:#fff;
}
}
}
/* @media (min-width: 320px) and (min-height: 640px) {*/
@media (min-width: 575.98px) {
#sidebar {
@@ -446,21 +444,17 @@ Imports System.Data.SqlClient
.offcanvas-header{
background-color: #fff;
color: #043381;
}
}
</style>
</html>
</head>
<body>
<div class="align-self-center">
<form id="leftLinks" runat="server">
<div id="bodycontent">
<span class="content_all" style="background-color:#fff;align-content:center">
<%
<div class="align-self-center">
<form id="leftLinks" runat="server">
<div id="bodycontent">
<span class="content_all" style="background-color:#fff;align-content:center">
<%
VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = False
Dim LT As New VERAG_PROG_ALLGEMEIN.cLanguageText_LIST("HOMEPAGE", "LOGIN", "STATUS", "")
@@ -508,14 +502,14 @@ Imports System.Data.SqlClient
<div class="d-none d-md-block">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" id="navbarbrandhauptpage" href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" alt="Logo Verag Spedition (Blaue Schrift) AG (Graue Schrift)" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
<a class="navbar-brand" id="navbarbrandhauptpage" href="newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><img src="images/Logo_small.png" alt="Logo Verag Spedition (Blaue Schrift) AG (Graue Schrift)" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
<%
Dim curentMenuId As String = "1"
If Not Request.QueryString("menuID") Is Nothing Then
curentMenuId = Request.QueryString("menuID")
End If
%>
<div style="width:62%;"></div>
<div style="/*width:62%;*/width: 97.25490196078431vw;"></div>
<div class="me-auto">
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;">
<button class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>