Files
VERAG_Homepage/css/Customers/CustomerAVISO.css
2021-09-13 15:27:24 +02:00

89 lines
1.3 KiB
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%;
}
#txt_Absender {
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
#txt_Empfaenger {
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
#txt_LKWNr {
width: 250px;
padding-right: -2px;
padding-left: 60px;
}
#txt_KdNrAuftrag {
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: 850px;
}
#txt_Empfaenger {
width: 850px;
}
#txt_LKWNr {
width: 850px;
}
#txt_KdNrAuftrag {
width: 850px;
}
}