Änderung GUI Css Modal für Mobil (noch nicht fertig!)

This commit is contained in:
ja
2021-11-23 16:57:30 +01:00
parent 61a7d1cb9b
commit 2638274752
2 changed files with 51 additions and 107 deletions

View File

@@ -134,33 +134,9 @@
#Image1{
margin-right: -320px;
}
.modal-dialog {
width: 800px;
}
#contfluid {
width: 800px;
}
.modal-content {
width: 800px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 800px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 800px;
}
.modal-footer {
width: 800px;
}
width: 400px;
}
}
@media (max-width: 558.98px) {
wrapper{
@@ -184,31 +160,31 @@
margin-right: 320px;
}
.modal-dialog {
width: 400px;
width: 800px;
margin-right:50px;
}
#contfluid {
width: 400px;
width: 800px;
}
.modal-content {
width: 400px;
width: 800px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 400px;
width: 800px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 400px;
width: 800px;
margin-left:-20px;
}
.modal-footer {
width: 400px;
width: 800px;
}
}
@@ -234,26 +210,24 @@
margin-right: 320px;
}
.modal-dialog {
width: 400px;
width: 300px;
}
#contfluid {
width: 400px;
width: 300px;
}
.modal-content {
width: 400px;
width: 300px;
display: block;
overflow-x: hidden;
}
.modal-header {
width: 400px;
}
width: 300px;
}
.modal-footer {
width: 400px;
width: 300px;
}
}
</style>