Änderungen Visual Styles

This commit is contained in:
ja
2021-08-02 16:05:42 +02:00
parent 56bb165322
commit e7a6b8a10f
9 changed files with 138 additions and 92 deletions

View File

@@ -118,6 +118,11 @@
.alert {
width:93em;
}
li {
list-style-type: none;
}
.bodycontent{
align-self:center;
justify-content:center;
@@ -378,7 +383,7 @@
<!-- Page Content -->
<div id="content">
<div class="d-none d-lg-block">
<div class="d-none d-md-block">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color:#fff">
<li>
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" alt="" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
@@ -391,9 +396,9 @@
End If
%>
</li>
<li style="width:520px; width:32.5em;"></li>
<li style="width:535px; width:33.438em;"></li>
<li>
<div class="dropdown" style="background-color:#6c757d;">
<div class="dropdown" style="background-color:#fff; color:#043381;">
<button class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px;" /></center></button>
<div class="dropdown-content">
<% Dim stringDE = "&nbsp DE"
@@ -415,7 +420,7 @@
</nav>
</div>
<div class="d-lg-none">
<div class="d-md-none">
<a href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" alt="" 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>
</div>
@@ -455,7 +460,7 @@
</li>
<li style="transform: rotate(0);">
<!--<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%'= navParent%>&lan=TR"><img src="<%'= imgPath%>images/flags/flagge_TR.gif" <%' If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/>TR</a>-->
<a id="ButtonTürkeiLangPicker2" href="<%= navParent%>&lan2=TR" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=strTRlang %></a>
<a id="ButtonTürkeiLangPicker2" href="<%= navParent%>&lan2=TR" class="stretched-link"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "tr" Then Response.Write("style='border:1px solid #000'")%>/><%=strTRlang %></a>
</li>
</ul>
</div>
@@ -477,7 +482,7 @@
<%
End If
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
<br />
<br />
<br />
<h1><%= LT.getTxt(1, lan, "Herzlich Willkommen bei VERAG Spedition AG!")%></h1>
@@ -575,8 +580,7 @@
<!-- <div> <img src="images/okround.jpg" style="height:50px"/><h1 class="statusLKW_OK">&nbsp;&nbsp; <%'= LT.getTxt(16, lan, "Der LKW ist fertig, bitte kommen Sie zum Schalter!") %></h1></div>-->
<% Elseif AVISO.Status = 3 Then %>
<div style="height:20px"></div>
<div style="height:20px"></div>
<!-- <h3><%'= LT.getTxt(17, lan, "Ihr LKW wird gerade bearbeitet!") %></h3> -->
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="info-fill" fill="currentColor" viewBox="0 0 16 16">
@@ -708,7 +712,7 @@
<br/>
<br/>
<p>
<a id="ButtonPanel" class="btn btn-primary btn-lg" href="AvisoTV_Flex.aspx?&lan2=<%=lan %>">Panel </a>
<a id="ButtonPanel" class="btn btn-primary btn-lg" href="AvisoTV_Flex.aspx?&lan2=<%=lan %>" style="background-color:#fff; color:#043381;">Panel </a>
</p>
<%
End If