Revert "Fix Website Auzfträge und Modal Fenster Nutzerinformationen"

This reverts commit 7e017f2866.
This commit is contained in:
ja
2021-11-25 14:24:03 +01:00
parent 4bef14066f
commit b8dd0970fc
9 changed files with 68 additions and 67 deletions

View File

@@ -116,12 +116,7 @@
$("#myModal").modal("show");
});
});
</script>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</script>
<style>
dropbtnbtnbtn{
color:#043381;
@@ -164,22 +159,41 @@
Image1 {
margin-right: 320px;
}
#contfluid {
.modal-dialog {
width: 800px;
margin-right:50px;
}
.modal-content {
width: 800px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 800px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 800px;
margin-left:-20px;
}
.modal-footer {
width: 800px;
}
#contfluid {
width: 800px;
}
.modal-content{
width:300px;
}
}
@media (max-width: 328.98px) {
wrapper{
width:328px;
width:318px;
}
body {
width: 328px;
width: 318px;
}
contfluid{
width:328px;
width:3180px;
}
h1 {
color: #043381;
@@ -193,26 +207,34 @@
margin-right: 320px;
}
.modal-dialog {
width: 200px;
width: 300px;
}
#contfluid {
width: 200px;
width: 300px;
}
.modal-content{
width: 200px;
.modal-content {
width: 300px;
display: block;
overflow-x: hidden;
}
.modal-header {
width: 200px;
width: 300px;
}
.modal-footer {
width: 200px;
width: 300px;
}
}
</style>
<meta http-equiv ="Page-Enter" content ="blendTrans(Duration=0)"/>
</style>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
<meta http-equiv ="Page-Enter" content ="blendTrans(Duration=0)"/>
<meta http-equiv="Page-Exit"content="blendTrans(Duration=0)"/>
</asp:ContentPlaceHolder>
<asp:ContentPlaceHolder id="head" runat="server">

View File

@@ -44,45 +44,31 @@
}
g-3 {
width: 100%;
}
}
.modal-dialog .modal-content .modal-footer{
width:1200px;
}
}
@media (max-width: 349.98px) {
body {
width: 349.98px;
}
h1 {
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 28px;
}
#tableSearch {
width: 53%;
border: 1px solid grey;
}
#conovertab {
margin-left: -38px;
width: 416px;
}
}
@media(min-width: 558.98px){
.modal-content {
position: relative;
display: flex;
flex-direction: column;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
#conovertab{
margin-left:-38px;width:416px;
}
}
</style>

View File

@@ -503,10 +503,10 @@ Partial Class CustomsAviso
Catch ex As FormatException
MsgBox("Diese Daten können nicht validiert werden", MsgBoxStyle.Critical)
End Try
Else
regexval_txt_LKWNr_M.ForeColor = Drawing.Color.Red
regexval_txt_LKWNr_M.ErrorMessage = "Das LKW Kennzeichen ist nicht richtig formatiert."
End If
Else
regexval_txt_LKWNr_M.ForeColor = Drawing.Color.Red
regexval_txt_LKWNr_M.ErrorMessage = "Das LKW Kennzeichen ist nicht richtig formatiert."
End If
If rbt_Alle.Checked = True Then
pickdate1.ValidateRequestMode = UI.ValidateRequestMode.Enabled

View File

@@ -476,7 +476,8 @@ Partial Class Customers_Default3
tr.Cells.Add(tbl_Cell_Info)
initcells(tr, tbl_Cell_Index, tbl_Cell_ReNr, tbl_Cell_LKWs, tbl_Cell_Auftragsdat, tbl_Cell_KundAuftrNr, tbl_Cell_Absender, tbl_Cell_Empfaenger, tbl_Cell_Info,
tbl_HeaderCellIndex, tbl_HeaderCell_ReNr, tbl_HeaderCell_LKWNr, tbl_HeaderCell_Auftragsdatum, tbl_HeaderCell_KundenAuftrNummer, tbl_HeaderCell_Absender, tbl_HeaderCell_Empfaenger, tbl_HeaderCell_Info)
normaltable.ViewStateMode = ViewStateMode.Enabled
Page.ViewStateMode = ViewStateMode.Enabled
normaltable.Rows.Add(tr)
i += 1