Ä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

@@ -793,7 +793,8 @@
%> %>
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
<!--<td><a href="<%'= navParent%>?menuID=<%'= nav3.id%>&lan=<%'= laenderkuerzel %>"><%'= nav3.bezeichnung %></a></td> --> <!--<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 cells += 1
Next Next
@@ -838,7 +839,7 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap"> <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;"> <button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
<div class="align-self: center"></div> <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> </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> <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> <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

@@ -281,12 +281,10 @@ Imports System.Data.SqlClient
height: 26px; height: 26px;
width: 150px; width: 150px;
} }
table th td { table th td {
font-size: 16px; font-size: 16px;
display:block; display:block;
} }
tbody{ tbody{
font-size:19.2px; font-size:19.2px;
height: auto; height: auto;
@@ -295,7 +293,6 @@ Imports System.Data.SqlClient
overflow-x:hidden; overflow-x:hidden;
flex-wrap:wrap; flex-wrap:wrap;
} }
#conovertab{ #conovertab{
overflow-x:auto; overflow-x:auto;
} }
@@ -306,6 +303,7 @@ Imports System.Data.SqlClient
background-color:#fff; background-color:#fff;
} }
} }
/* @media (min-width: 320px) and (min-height: 640px) {*/ /* @media (min-width: 320px) and (min-height: 640px) {*/
@media (min-width: 575.98px) { @media (min-width: 575.98px) {
#sidebar { #sidebar {
@@ -447,7 +445,6 @@ Imports System.Data.SqlClient
background-color: #fff; background-color: #fff;
color: #043381; color: #043381;
} }
</style> </style>
</html> </html>
</head> </head>
@@ -455,11 +452,8 @@ Imports System.Data.SqlClient
<body> <body>
<div class="align-self-center"> <div class="align-self-center">
<form id="leftLinks" runat="server"> <form id="leftLinks" runat="server">
<div id="bodycontent"> <div id="bodycontent">
<span class="content_all" style="background-color:#fff;align-content:center"> <span class="content_all" style="background-color:#fff;align-content:center">
<% <%
VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = False VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = False
@@ -508,14 +502,14 @@ Imports System.Data.SqlClient
<div class="d-none d-md-block"> <div class="d-none d-md-block">
<nav class="navbar navbar-expand-lg navbar-light bg-light"> <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" Dim curentMenuId As String = "1"
If Not Request.QueryString("menuID") Is Nothing Then If Not Request.QueryString("menuID") Is Nothing Then
curentMenuId = Request.QueryString("menuID") curentMenuId = Request.QueryString("menuID")
End If End If
%> %>
<div style="width:62%;"></div> <div style="/*width:62%;*/width: 97.25490196078431vw;"></div>
<div class="me-auto"> <div class="me-auto">
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;"> <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> <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>