Commit mit Änderungen der respomsoveness für bessere Leskreis
This commit is contained in:
@@ -329,7 +329,6 @@
|
||||
<!-- Dropdown Button Languages-->
|
||||
<div class="container-fluid">
|
||||
<span class="content_all">
|
||||
|
||||
|
||||
<!-- <div id="nav-main">
|
||||
<div id="art-logo"></div>
|
||||
@@ -389,7 +388,6 @@
|
||||
|
||||
Dim LT As New VERAG_PROG_ALLGEMEIN.cLanguageText_LIST("HOMEPAGE", "LOGIN", "STATUS", "")
|
||||
Dim V_LST As New VERAG_PROG_ALLGEMEIN.cVermerkeCodes_LIST
|
||||
|
||||
Dim lan = "DE"
|
||||
|
||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||
@@ -398,7 +396,7 @@
|
||||
<!-- Navigation Bar-->
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<li class="nav-item">
|
||||
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><img src="images/Logo_small.png" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><img src="images/Logo_small.png" width: 120px;alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||
</li>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -471,7 +469,7 @@
|
||||
'Dim link As String = "Par1=" + AVISO_ROW("LKW_Nr") + "Par2=" + AVISO_ROW("Frächter") + "Par3=" + AVISO_ROW("Auftraggeber") + "Par4=" + AVISO_ROW("Ankunft") + "Par5=" + AVISO_ROW("LKW_Fertig") + "Par6=" + STANDORT + "Par7=" + lan
|
||||
|
||||
%>
|
||||
<tbody class="table-light table-responsive-xxl table-striped ">
|
||||
<tbody class="table-light table-responsive-xxl table-striped" contenteditable="false">
|
||||
<tr style="transform: rotate(0);">
|
||||
<th scope="row"><a href="status_Julius.aspx?AvisoId=<%=AvisoId%>&lan2=<%=laenderkuerzel%>" rel="nofollow" target="_blank" class="stretched-link"><%Response.Write(cnt + 1)%></a></th>
|
||||
<!-- <td><% 'Response.Write(cnt + 1)%> </td> -->
|
||||
@@ -488,7 +486,7 @@
|
||||
|
||||
Next
|
||||
%>
|
||||
</table>
|
||||
</table>
|
||||
</div></div>
|
||||
<%
|
||||
End If
|
||||
|
||||
@@ -304,7 +304,6 @@
|
||||
GridView1$ctl02$chkSelect:checked{
|
||||
background-color:#043381;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
@@ -140,11 +140,10 @@
|
||||
color: #043381;
|
||||
background-color:#fff;
|
||||
padding: 16px;
|
||||
padding: 1em;
|
||||
padding: 2.083333333333333vw;
|
||||
/*padding: 1em;
|
||||
padding: 2.083333333333333vw;*/
|
||||
font-size: 16px;
|
||||
font-size:1em;
|
||||
font-size:1.083333333333333vw;
|
||||
/* font-size:1em;*/
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -153,21 +152,15 @@
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
min-width: 160px;
|
||||
min-width: 10em;
|
||||
min-width: 10.833333333333336vw;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
box-shadow: 0px 0.5em 1em 0px rgba(0,0,0,0.2);
|
||||
box-shadow: 0px 1.0416666666666665vw 2.083333333333333vw 0vw rgba(0,0,0,0.2);
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
padding: 0.75em 1em;
|
||||
padding: 1.5625vw 2.083333333333333vw;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
}
|
||||
@@ -208,9 +201,7 @@
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#sidebar {
|
||||
padding-top: 8px;
|
||||
padding-top: 0.5em;
|
||||
padding-top: 1.0416666666666665vw;
|
||||
padding-top: 8px;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
#content{
|
||||
@@ -228,8 +219,7 @@
|
||||
}
|
||||
.nav-link dropdown-toggle
|
||||
{
|
||||
font-size:0.96em;
|
||||
font-size: 2vw;
|
||||
font-size:0.96em;
|
||||
font-style:inherit;
|
||||
font-size-adjust:-2.52;
|
||||
}
|
||||
@@ -240,8 +230,7 @@
|
||||
}
|
||||
#navbarDropdown{
|
||||
/* font-size:13.76px;*/
|
||||
font-size:0.86em;
|
||||
font-size: 1.7916666666666667vw;
|
||||
font-size:0.96em;
|
||||
}
|
||||
#navbar{
|
||||
font-size:initial;
|
||||
@@ -253,13 +242,13 @@
|
||||
display:compact;
|
||||
}
|
||||
table th td {
|
||||
font-size: 1.438em;
|
||||
font-size: 16px;
|
||||
display:block;
|
||||
}
|
||||
|
||||
tbody{
|
||||
font-size:18px;
|
||||
font: 1.125em;
|
||||
height: auto;
|
||||
font-size:18px;
|
||||
height: auto;
|
||||
width: fit-content;
|
||||
overflow-y:auto;
|
||||
overflow-x:hidden;
|
||||
@@ -286,7 +275,7 @@
|
||||
font-size:1.563em;
|
||||
}
|
||||
#content{
|
||||
font-size:1.563em;
|
||||
font-size: 17px;
|
||||
max-width:50%;
|
||||
min-width:50%;
|
||||
margin-left:0.25rem;
|
||||
@@ -340,12 +329,11 @@
|
||||
|
||||
#pagecontent{
|
||||
font-size: 1.12em;
|
||||
font-size: 2.3333333333333335vw;
|
||||
/* font-size: 2.3333333333333335vw;*/
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #0741a7;
|
||||
@@ -355,29 +343,23 @@
|
||||
font-size: 1em;
|
||||
font-size:1.150066666666665vw;
|
||||
}
|
||||
|
||||
alert alert-success align-items-center{
|
||||
width: 7.813em;
|
||||
width: 16.276041666666664vw;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
alert{
|
||||
width:60%;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
}
|
||||
navbar {
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
.topnav-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#abstand{
|
||||
height:30px;
|
||||
height:1.875em;
|
||||
@@ -480,7 +462,7 @@
|
||||
|
||||
<div class="me-auto">
|
||||
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;">
|
||||
<button class="dropbtn"> <center><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" /></center></button>
|
||||
<button class="dropbtn"> <center><img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:3.0145vw; justify-items:center;" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
|
||||
<div class="dropdown-content">
|
||||
<% Dim stringDE = "  DE"
|
||||
Dim stringEN = "  EN"
|
||||
@@ -506,7 +488,8 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="background-color:#fff;">
|
||||
<a href="newpageJulius_Sidebar.aspx?lan2=DE"><img src="images/Logo_small.png" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: 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>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
|
||||
<div class="offcanvas-header">
|
||||
@@ -631,8 +614,7 @@
|
||||
If AVISO.AvisoEingang <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(13, lan, "Aviso-Eingang") & ": <b></td><td>" & AVISO.AvisoEingang & "</td></tr>")
|
||||
If AVISO.Datum <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(7, lan, "Erfasst") & ": <b></td><td>" & AVISO.Datum & "</td></tr>")
|
||||
If AVISO.Ankunft <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(10, lan, "Ankunft") & ": <b></td><td>" & AVISO.Ankunft & "</td></tr>")
|
||||
If AVISO.Freigabe <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(15, lan, "Freigabe") & ": <b></td><td>" & AVISO.Freigabe & "</td></tr>")
|
||||
%>
|
||||
If AVISO.Freigabe <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(15, lan, "Freigabe") & ": <b></td><td>" & AVISO.Freigabe & "</td></tr>") %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user