Änderungen GUI sowie Anpassungen an Mobilansicht
This commit is contained in:
@@ -170,7 +170,7 @@ hr{
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body{
|
||||
max-width:390px;
|
||||
max-width:558px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
@@ -205,22 +205,22 @@ hr{
|
||||
padding-left: 60px;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 700px;
|
||||
width: 558px;
|
||||
}
|
||||
#cont1 {
|
||||
width: 700px;
|
||||
width: 558px;
|
||||
}
|
||||
#containerseiterand {
|
||||
min-width: 700px;
|
||||
}
|
||||
.flex-fill {
|
||||
width: 700px;
|
||||
width: 558px;
|
||||
}
|
||||
#cont3 {
|
||||
width: 700px;
|
||||
width: 558px;
|
||||
}
|
||||
#cont4 {
|
||||
min-width: 750px;
|
||||
min-width: 550px;
|
||||
}
|
||||
tbody {
|
||||
font-size: 3.303964757709251vw;
|
||||
@@ -277,47 +277,64 @@ hr{
|
||||
background-color: lightcoral;
|
||||
}
|
||||
}
|
||||
@media (min-width: 558.98px) {
|
||||
@media (min-width: 322.98px) {
|
||||
body {
|
||||
width: 322.98px;
|
||||
}
|
||||
|
||||
#txt_Absender {
|
||||
width: 850px;
|
||||
width: 279.98px;
|
||||
}
|
||||
|
||||
#txt_Empfaenger {
|
||||
width: 850px;
|
||||
width: 279.98px;
|
||||
}
|
||||
|
||||
#txt_LKWNr {
|
||||
width: 850px;
|
||||
width: 279.98px;
|
||||
}
|
||||
|
||||
#txt_KdNrAuftrag {
|
||||
width: 850px;
|
||||
width: 279.98px;
|
||||
}
|
||||
|
||||
#normaltable {
|
||||
width: 100%;
|
||||
width: 322.98px;
|
||||
}
|
||||
|
||||
#txt_LKWNr:valid {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#txt_LKWNr:invalid {
|
||||
border: 1px solid red;
|
||||
background-color: lightcoral;
|
||||
}
|
||||
|
||||
#txt_KdNrAuftrag:valid {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#txt_KdNrAuftrag:invalid {
|
||||
border: 1px solid red;
|
||||
background-color: lightcoral;
|
||||
}
|
||||
|
||||
#txt_Absender:valid {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#txt_Absender:invalid {
|
||||
border: 1px solid red;
|
||||
background-color: lightcoral;
|
||||
} #txt_Empfaenger:valid {
|
||||
}
|
||||
|
||||
#txt_Empfaenger:valid {
|
||||
color: black;
|
||||
}
|
||||
|
||||
#txt_Empfaenger:invalid {
|
||||
border: 1px solid red;
|
||||
background-color: lightcoral;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user