alle tabellen angepasst sowie die Zeilenbreiten angepasst der Seitenzeilen.
This commit is contained in:
@@ -240,12 +240,13 @@
|
||||
#content{
|
||||
font-size: 1.57em;
|
||||
font-size: 3.270833333333333vw;
|
||||
min-width: 70%;
|
||||
max-width:/*380px;*/ 83.70044052863436vw;
|
||||
}
|
||||
#footer_content b{
|
||||
font-size: 1em;
|
||||
font-size: 2.083333333333333vw;
|
||||
padding-inline: 0.063rem;
|
||||
padding-inline: 0.063rem;
|
||||
|
||||
}
|
||||
.nav-link dropdown-toggle
|
||||
{
|
||||
@@ -284,32 +285,47 @@
|
||||
width: 150px;
|
||||
}
|
||||
table th td {
|
||||
font-size: 15px;
|
||||
font-size: 1em;
|
||||
display:block;
|
||||
}
|
||||
tbody{
|
||||
font-size:2.0134228187919465vw;
|
||||
height: auto;
|
||||
|
||||
height: auto;
|
||||
overflow-y:auto;
|
||||
overflow-x:hidden;
|
||||
flex-wrap:wrap;
|
||||
}
|
||||
#conovertab{
|
||||
overflow-x:auto;
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
margin-left:35px;
|
||||
max-width:/*380px;*/ 83.70044052863436vw;
|
||||
overflow-x:auto;
|
||||
}
|
||||
#rowTable{
|
||||
width:70%;
|
||||
}
|
||||
#navbar navbar-expand-md navbar-light bg-light{
|
||||
background-color:#fff;
|
||||
width:40%;
|
||||
background-color:#fff;
|
||||
}
|
||||
.alert {
|
||||
width:20%;
|
||||
/* width:1328px;*/
|
||||
|
||||
max-width:/*380px;*/ 83.70044052863436vw;
|
||||
/* width:1328px;*/
|
||||
}
|
||||
#line{
|
||||
max-width:/*380px;*/ 83.70044052863436vw;
|
||||
}
|
||||
.content_all{
|
||||
max-width:/*575px;*/ 126.65198237885463vw;
|
||||
}
|
||||
.align-self-center{
|
||||
max-width:/*575px;*/ 126.65198237885463vw;
|
||||
}
|
||||
#footer_content{
|
||||
max-width:max-content;
|
||||
}
|
||||
#bodycontent{
|
||||
max-width:/*575px;*/ 126.65198237885463vw;
|
||||
}
|
||||
}
|
||||
|
||||
/* @media (min-width: 320px) and (min-height: 640px) {*/
|
||||
@@ -407,7 +423,7 @@
|
||||
height: auto;
|
||||
}
|
||||
alert{
|
||||
width:40%;
|
||||
width:80%;
|
||||
}
|
||||
li {
|
||||
list-style-type: none;
|
||||
@@ -543,7 +559,7 @@
|
||||
|
||||
<div class="d-md-none">
|
||||
<div class="me-auto">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-md-center flex-nowrap">
|
||||
<nav class="navbar navbar-expand navbar-light bg-light justify-content-md-center flex-nowrap" style="max-width:/*380px;*/ 83.70044052863436vw;">
|
||||
<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>
|
||||
@@ -644,7 +660,7 @@
|
||||
<div class="d-md-none">
|
||||
<table><tr> <td>
|
||||
<tr><td style="/*width:150px*/ width:11.25em;width:24.161073825503355vw"></td><td></td></tr>
|
||||
<tr><td><b><%= LT.getTxt(3, lan, "LKW-Kennzeichen") %></b></td><td><span style="font-size:/*15px*/ 3.303964757709251vw;"><%= AVISO.LKW_Nr %></span></td></tr>
|
||||
<tr><td><b><%= LT.getTxt(3, lan, "LKW-Kennzeichen") %></b></td><td><span style="font-size:/*15px*/ 3.5242290748898677vw;"><%= AVISO.LKW_Nr %></span></td></tr>
|
||||
<tr><td><b><%= LT.getTxt(14, lan, "LKW-ID") %>:</b></td><td><%= AVISO.AvisoID %></td></tr>
|
||||
<tr style="height:10px"></tr>
|
||||
<tr><td><b><%= LT.getTxt(4, lan, "Avisierer") %></b></td><td><%= AVISO.Auftraggeber %></td></tr>
|
||||
@@ -894,9 +910,9 @@
|
||||
Response.Write(ex.Message & ex.StackTrace)
|
||||
End Try
|
||||
%>
|
||||
<br /><br /><br /><br />
|
||||
</div> <br /><br /><br /><br /><div id="abstand"></div> <div id="abstand"></div>
|
||||
<!-- <div style="height:150px; place-self:safe center">-->
|
||||
</div>
|
||||
|
||||
<%-- <div class="footer_menu">
|
||||
<div class="footer_menu_content">
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user