Änderungen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user