Änderung GUI Css Modal für Mobil (noch nicht fertig!)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user