DIsplayweiten wurden angepasst.
This commit is contained in:
@@ -308,9 +308,8 @@
|
||||
MEDIAQUERIES
|
||||
----------------------------------------------------- */
|
||||
|
||||
/*@media (max-width: 320px) and (max-height: 640px){*/
|
||||
|
||||
@media only screen and (min-width : 1224px) {
|
||||
/* @media (max-width: 320px) and (max-height: 640px){*/
|
||||
@media (max-width: 575.98px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
padding-top:0.5em;
|
||||
@@ -354,7 +353,7 @@
|
||||
display: compact;
|
||||
position: sticky;
|
||||
}
|
||||
/* #navbarbrandhauptpage{
|
||||
#navbarbrandhauptpage{
|
||||
transform: translateX(-50%);
|
||||
left: 00%;
|
||||
top: 20%;
|
||||
@@ -362,9 +361,11 @@
|
||||
text-align: center;
|
||||
height: 26px;
|
||||
width: 150px;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width : 1224px) {
|
||||
|
||||
/* @media (min-width: 320px) and (min-height: 640px) {*/
|
||||
@media (min-width: 575.98px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
padding-top: 0.86em;
|
||||
@@ -404,7 +405,7 @@
|
||||
#sidebar.active {
|
||||
margin-left: -0px;
|
||||
}
|
||||
} s
|
||||
}
|
||||
#navbar.menu_class{
|
||||
width: 2.604166666666667vw;
|
||||
width: 1.25em;
|
||||
|
||||
@@ -227,7 +227,8 @@ Imports System.Data.SqlClient
|
||||
MEDIAQUERIES
|
||||
----------------------------------------------------- */
|
||||
|
||||
@media only screen and (max-width : 320px) {
|
||||
/* @media (max-width: 320px) and (max-height: 640px){*/
|
||||
@media (max-width: 575.98px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
padding-top:0.5em;
|
||||
@@ -305,8 +306,8 @@ Imports System.Data.SqlClient
|
||||
background-color:#fff;
|
||||
}
|
||||
}
|
||||
/* @media (min-width: 320px) and (min-height: 640px) {*/
|
||||
@media only screen and (min-width : 1224px) {
|
||||
/* @media (min-width: 320px) and (min-height: 640px) {*/
|
||||
@media (min-width: 575.98px) {
|
||||
#sidebar {
|
||||
margin-left: -250px;
|
||||
padding-top: 0.86em;
|
||||
@@ -541,7 +542,6 @@ Imports System.Data.SqlClient
|
||||
|
||||
<div class="d-md-none">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-between flex-nowrap">
|
||||
|
||||
<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>
|
||||
</nav>
|
||||
@@ -597,7 +597,6 @@ Imports System.Data.SqlClient
|
||||
<a href="<%'= navParent%>&lan2=TR"><img src="images/flags/flagge_TR.gif" style="border:1px solid #000;width:30px;"/></a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<%
|
||||
End If
|
||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||
|
||||
Reference in New Issue
Block a user