DIsplayweiten wurden angepasst.
This commit is contained in:
@@ -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;
|
||||
@@ -540,8 +541,7 @@ Imports System.Data.SqlClient
|
||||
</div>
|
||||
|
||||
<div class="d-md-none">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-between flex-nowrap">
|
||||
|
||||
<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>
|
||||
@@ -596,8 +596,7 @@ Imports System.Data.SqlClient
|
||||
<a href="<%'= navParent%>&lan2=BG"><img src="images/flags/flagge_BG.gif" style="border:1px solid #000;width:30px;"/></a>
|
||||
<a href="<%'= navParent%>&lan2=TR"><img src="images/flags/flagge_TR.gif" style="border:1px solid #000;width:30px;"/></a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
</div> -->
|
||||
<%
|
||||
End If
|
||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||
|
||||
Reference in New Issue
Block a user