Weiten von Modal halbswegs angepasst
This commit is contained in:
@@ -241,9 +241,7 @@
|
|||||||
<script>
|
<script>
|
||||||
function unloadmessage() {
|
function unloadmessage() {
|
||||||
if (typeof contentunloadmessage == "function") {
|
if (typeof contentunloadmessage == "function") {
|
||||||
|
|
||||||
contentunloadmessage();
|
contentunloadmessage();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -282,7 +280,6 @@
|
|||||||
'Response.Write(DB2.qry_contentNew(menuID, lan))
|
'Response.Write(DB2.qry_contentNew(menuID, lan))
|
||||||
|
|
||||||
Dim flagpath = "images/flags/flagge_DE_AT.gif"
|
Dim flagpath = "images/flags/flagge_DE_AT.gif"
|
||||||
|
|
||||||
Dim lan3 As String = Request.QueryString("lan3")
|
Dim lan3 As String = Request.QueryString("lan3")
|
||||||
If laenderkuerzel = "DE" And lan3 = "0" Then
|
If laenderkuerzel = "DE" And lan3 = "0" Then
|
||||||
flagpath = "images/flags/flagge_DE_AT.gif"
|
flagpath = "images/flags/flagge_DE_AT.gif"
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
|
}
|
||||||
|
#Abstand2{
|
||||||
|
height: /*24px*/ 1.873536299765808vh;
|
||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
body {
|
body {
|
||||||
@@ -42,6 +45,11 @@
|
|||||||
g-3 {
|
g-3 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-dialog .modal-content .modal-footer{
|
||||||
|
width:1200px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media (max-width: 349.98px) {
|
@media (max-width: 349.98px) {
|
||||||
body {
|
body {
|
||||||
@@ -197,7 +205,7 @@
|
|||||||
<div class="card card-body">
|
<div class="card card-body">
|
||||||
<div class="col-12" id="cont3">
|
<div class="col-12" id="cont3">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="Abstand"></div>
|
<div id="Abstand2"></div>
|
||||||
<!--Desktop/Tablet-->
|
<!--Desktop/Tablet-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<!-- Optionale Suchparameter-->
|
<!-- Optionale Suchparameter-->
|
||||||
|
|||||||
@@ -388,7 +388,7 @@ Partial Class Customers_Default3
|
|||||||
If valreq_pickdate1.IsValid = False AndAlso valreq_pickdate2.IsValid = False Then
|
If valreq_pickdate1.IsValid = False AndAlso valreq_pickdate2.IsValid = False Then
|
||||||
VERAG_VARIABLES.seterrorcount(15)
|
VERAG_VARIABLES.seterrorcount(15)
|
||||||
lbl_status.ForeColor = Drawing.Color.Red
|
lbl_status.ForeColor = Drawing.Color.Red
|
||||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "Error in form validation. Please fill in all fields"
|
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "Error in form validation. Please fill all fields"
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
@@ -88,12 +88,24 @@ ContentPlaceHolder1 {
|
|||||||
.align-self-center {
|
.align-self-center {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
.modal-body {
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
width: 800px;
|
||||||
|
}
|
||||||
|
.modal-content {
|
||||||
|
width: 800px;
|
||||||
|
|
||||||
.modal-header {
|
}
|
||||||
width: 400px;
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
width: 800px;
|
||||||
|
}
|
||||||
|
.modal-dialog{
|
||||||
|
width:1200px;
|
||||||
|
}
|
||||||
|
|
||||||
#dropbtnlang {
|
#dropbtnlang {
|
||||||
margin-right: -39%;
|
margin-right: -39%;
|
||||||
@@ -142,21 +154,22 @@ ContentPlaceHolder1 {
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
}
|
}
|
||||||
.modal-dialog {
|
.modal-body {
|
||||||
width: 400px;
|
/* background-color:#043381;*/
|
||||||
margin-left:0px;
|
background-color: #fff;
|
||||||
}
|
color: #043381;
|
||||||
#contfluid {
|
width: 800px;
|
||||||
width: 400px;
|
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 300px;
|
width: 800px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
|
||||||
}
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
width: 400px;
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
|
color: #fff;
|
||||||
|
width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul{
|
ul{
|
||||||
width:400px;
|
width:400px;
|
||||||
}
|
}
|
||||||
@@ -335,23 +348,23 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 400px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 400px;
|
width: 600px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 800px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
width: 400px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
#exampleModalLabel {
|
#exampleModalLabel {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@@ -434,23 +447,23 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 800px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 800px;
|
width: 900px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
}
|
||||||
|
.modal-dialog{
|
||||||
|
width:900px;
|
||||||
}
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 800px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
width: 800px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exampleModalLabel {
|
#exampleModalLabel {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3056,7 +3056,7 @@ a[data-toggle="collapse"] {
|
|||||||
|
|
||||||
@media (min-width:576px) {
|
@media (min-width:576px) {
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
max-width: 500px;
|
width: 1200px;
|
||||||
margin: 1.75rem auto
|
margin: 1.75rem auto
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<html lang="en"></html>
|
<html lang="en"></html>
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8"/>
|
<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 -->
|
<!-- 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"/>
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user