Lang Pick Button Änderungen

This commit is contained in:
ja
2021-08-09 11:46:14 +02:00
parent a328d1de1a
commit 9509d71a5e
5 changed files with 48 additions and 94 deletions

View File

@@ -306,12 +306,12 @@
margin-left: -250px;
padding-top:0.5em;
font-size:1em;
font-size:2.083333333333333vw;
font-size:16px;
}
#content{
font-size:1.57em;
font-size:3.270833333333333vw;
min-width:80%;
min-width:70%;
}
#footer_content b{
font-size:1em;
@@ -648,10 +648,10 @@
</li>
<div class="dropdown-divider"></div>
<li>
<a href="DownloadsJulius.aspx?menuID=41&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" title="Alle Downloads auf einen Blick..">Downloads</a>
<a href="DownloadsJulius.aspx?menuID=41&lan=<%=laenderkuerzel %>" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="right" title="Alle Downloads auf einen Blick..">Downloads</a>
</li>
<li>
<a href="KundenseiteJulius.aspx?menuID=45&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" title="Lässt das Kundenportal erscheinen.">Kundenbereich</a>
<a href="KundenseiteJulius.aspx?menuID=45&lan=<%=laenderkuerzel %>" rel="nofollow" target="_blank" data-toggle="tooltip" data-placement="right" title="Lässt das Kundenportal erscheinen.">Kundenbereich</a>
</li>
<li>
<a href="login/login_TEST.aspx?menuID=46&lan=<%=laenderkuerzel %>" data-toggle="tooltip" data-placement="right" title="Hier tauchen Sie in die Welt von VERAG ein.">Login</a>
@@ -799,7 +799,7 @@
</li>
<li>
<div class="dropdown" style="background-color:#fff; color:#043381;">
<button class="dropbtn" style="background-color:#fff;color:#043381;"> <img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;/*width:28px;*/ width:1.75em; width: 4.582651391162029vw; justify-items:center" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG"/></button>
<button class="dropbtn" style="background-color:#fff;color:#043381;"> <img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;/*width:28px;*/ width:3.0145vw; justify-items:center" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG"/></button>
<div class="dropdown-content">
<% Dim stringDE = "&nbsp DE"
Dim stringEN = "&nbsp EN"
@@ -826,7 +826,7 @@
<div class="align-self: center"></div>
<span>Menue</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 art 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>
</nav>
</div>