Fix Website Auzfträge und Modal Fenster Nutzerinformationen
This commit is contained in:
@@ -44,31 +44,45 @@
|
||||
}
|
||||
g-3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal-dialog .modal-content .modal-footer{
|
||||
width:1200px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@media (max-width: 349.98px) {
|
||||
body {
|
||||
width: 349.98px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
#tableSearch {
|
||||
width: 53%;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
#conovertab{
|
||||
margin-left:-38px;width:416px;
|
||||
|
||||
#conovertab {
|
||||
margin-left: -38px;
|
||||
width: 416px;
|
||||
}
|
||||
}
|
||||
@media(min-width: 558.98px){
|
||||
.modal-content {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
pointer-events: auto;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
border-radius: .3rem;
|
||||
outline: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user