CSS Einbindungen korrigiert und gefixed

This commit is contained in:
ja
2021-09-13 15:27:24 +02:00
parent a0b6a7c108
commit fdca1c85f3
2 changed files with 38 additions and 74 deletions

View File

@@ -6,74 +6,14 @@
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<style>
<style>
.nav-item dropdown::marker {
background-color: #fff;
font-size: 0;
visibility: hidden;
color: #043381;
}
@media (min-width: 558.98px) {
#txt_Absender {
width: 850px;
}
#txt_Empfaenger {
width: 850px;
}
#txt_LKWNr {
width: 850px;
}
#txt_KdNrAuftrag {
width: 850px;
}
}
}
@media (max-width: 558.98px) {
#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;
}
}
}
</style>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
@@ -86,7 +26,7 @@
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
<!-- <link rel="stylesheet" type="text/css" href="../css/style.css"/>-->
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/CustomerAVISO.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/CustomsAVISO.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</asp:Content>

View File

@@ -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;
}
}