Css Datei angepasst und Änderungen in Layout vorgenommen:
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)
This commit is contained in:
64
css/Customers/CustomerAVISO.css
Normal file
64
css/Customers/CustomerAVISO.css
Normal file
@@ -0,0 +1,64 @@
|
||||
#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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user