Grid system eingefügt (responsive) und Login angepasst mit Session Vriablen an CustomsAviso übergeben bzw an gesamte Session für den jeweiligen Benutzer setzen Hinweise: siehe https://docs.microsoft.com/en-us/previous-versions/aspnet/ms178581(v=vs.100)
65 lines
914 B
CSS
65 lines
914 B
CSS
#tableSearch {
|
|
width: 1250px;
|
|
}
|
|
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 32px;
|
|
}
|
|
|
|
#normaltable {
|
|
width: 1500px;
|
|
}
|
|
|
|
#conovertab {
|
|
margin-left: 0px;
|
|
width: 1700px;
|
|
}
|
|
#cont1{
|
|
width:100%
|
|
}
|
|
|
|
@media (max-width: 558.98px) {
|
|
#conovertab {
|
|
margin-left: 0px;
|
|
width: 315px;
|
|
overflow-x: auto;
|
|
}
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 22px;
|
|
}
|
|
#tableSearch {
|
|
width: 50%;
|
|
}
|
|
#containerseiterand {
|
|
width: 50%;
|
|
}
|
|
#txt_Absender {
|
|
width: 50%;
|
|
}
|
|
#txt_Empfaenger {
|
|
width: 50%;
|
|
}
|
|
#txt_LKWNr {
|
|
width: 50%;
|
|
}
|
|
#txt_KdNrAuftrag {
|
|
width: 50%;
|
|
}
|
|
}
|
|
@media (min-width: 558.98px) {
|
|
#txt_Absender {
|
|
width: 550px;
|
|
}
|
|
#txt_Empfaenger {
|
|
width: 550px;
|
|
}
|
|
#txt_LKWNr {
|
|
width: 550px;
|
|
}
|
|
#txt_KdNrAuftrag {
|
|
width: 550px;
|
|
}
|
|
}
|