CSS Einbindungen korrigiert und gefixed

This commit is contained in:
ja
2021-09-13 15:27:24 +02:00
parent a0b6a7c108
commit fdca1c85f3
2 changed files with 38 additions and 74 deletions

View File

@@ -32,33 +32,57 @@ h1 {
#tableSearch {
width: 50%;
}
#containerseiterand {
width: 50%;
}
#txt_Absender {
width: 50%;
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
#txt_Empfaenger {
width: 50%;
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
#txt_LKWNr {
width: 50%;
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
#txt_KdNrAuftrag {
width: 50%;
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
.container-fluid {
width: 700px;
}
#cont1 {
width: 700px;
}
#containerseiterand {
min-width: 700px;
}
.flex-fill {
width: 700px;
}
#cont3 {
width: 700px;
}
#cont4 {
min-width: 750px;
}
}
@media (min-width: 558.98px) {
#txt_Absender {
width: 550px;
width: 850px;
}
#txt_Empfaenger {
width: 550px;
width: 850px;
}
#txt_LKWNr {
width: 550px;
width: 850px;
}
#txt_KdNrAuftrag {
width: 550px;
width: 850px;
}
}