Änderungen commit #2

This commit is contained in:
ja
2021-11-25 15:11:58 +01:00
parent 99e0141e9e
commit 62d9bd41e9
6 changed files with 36 additions and 54 deletions

View File

@@ -241,7 +241,9 @@
<script>
function unloadmessage() {
if (typeof contentunloadmessage == "function") {
contentunloadmessage();
}
}
</script>
@@ -280,6 +282,7 @@
'Response.Write(DB2.qry_contentNew(menuID, lan))
Dim flagpath = "images/flags/flagge_DE_AT.gif"
Dim lan3 As String = Request.QueryString("lan3")
If laenderkuerzel = "DE" And lan3 = "0" Then
flagpath = "images/flags/flagge_DE_AT.gif"

View File

@@ -13,9 +13,6 @@
font-size: 0;
visibility: hidden;
color: #043381;
}
#Abstand2{
height: /*24px*/ 1.873536299765808vh;
}
@media (max-width: 558.98px) {
body {
@@ -45,11 +42,6 @@
g-3 {
width: 100%;
}
.modal-dialog .modal-content .modal-footer{
width:1200px;
}
}
@media (max-width: 349.98px) {
body {
@@ -205,7 +197,7 @@
<div class="card card-body">
<div class="col-12" id="cont3">
<div class="container">
<div id="Abstand2"></div>
<div id="Abstand"></div>
<!--Desktop/Tablet-->
<div class="d-none d-md-block">
<!-- Optionale Suchparameter-->

View File

@@ -388,7 +388,7 @@ Partial Class Customers_Default3
If valreq_pickdate1.IsValid = False AndAlso valreq_pickdate2.IsValid = False Then
VERAG_VARIABLES.seterrorcount(15)
lbl_status.ForeColor = Drawing.Color.Red
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "Error in form validation. Please fill all fields"
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "Error in form validation. Please fill in all fields"
End If
End If

View File

@@ -88,24 +88,12 @@ ContentPlaceHolder1 {
.align-self-center {
background-color: #fff;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 800px;
}
.modal-content {
width: 800px;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width: 800px;
}
.modal-dialog{
width:1200px;
}
.modal-header {
width: 400px;
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
}
#dropbtnlang {
margin-right: -39%;
@@ -154,22 +142,21 @@ ContentPlaceHolder1 {
background-color: #fff;
color: #043381;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 800px;
.modal-dialog {
width: 400px;
margin-left:0px;
}
#contfluid {
width: 400px;
}
.modal-content {
width: 800px;
width: 300px;
display: block;
}
overflow-x: no-content;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width: 800px;
width: 400px;
}
ul{
width:400px;
}
@@ -348,23 +335,23 @@ ContentPlaceHolder1 {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 600px;
width: 400px;
}
.modal-content {
width: 600px;
width: 400px;
display: block;
overflow-x: hidden;
overflow-x: no-content;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width: 600px;
width: 800px;
}
.modal-footer {
width: 600px;
width: 400px;
}
#exampleModalLabel {
font-size: 12px;
@@ -447,23 +434,23 @@ ContentPlaceHolder1 {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 900px;
width: 800px;
}
.modal-content {
width: 900px;
display: block;
}
.modal-dialog{
width:900px;
width: 800px;
display: block;
overflow-x: no-content;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width: 900px;
width: 800px;
}
.modal-footer {
width: 900px;
width: 800px;
}
#exampleModalLabel {
font-size: 12px;
}

View File

@@ -3056,7 +3056,7 @@ a[data-toggle="collapse"] {
@media (min-width:576px) {
.modal-dialog {
width: 1200px;
max-width: 500px;
margin: 1.75rem auto
}

View File

@@ -8,7 +8,7 @@
<html lang="en">
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>