Weiten von Modal halbswegs angepasst

This commit is contained in:
ja
2021-11-24 16:48:58 +01:00
parent e06040711f
commit f665b87892
6 changed files with 55 additions and 37 deletions

View File

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