CSS Einbindungen korrigiert und gefixed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user