Fix Website Auzfträge und Modal Fenster Nutzerinformationen

This commit is contained in:
ja
2021-11-25 11:20:35 +01:00
parent f665b87892
commit 7e017f2866
9 changed files with 67 additions and 68 deletions

View File

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

View File

@@ -44,31 +44,45 @@
} }
g-3 { g-3 {
width: 100%; width: 100%;
} }
.modal-dialog .modal-content .modal-footer{
width:1200px;
}
} }
@media (max-width: 349.98px) { @media (max-width: 349.98px) {
body { body {
width: 349.98px; width: 349.98px;
} }
h1 { h1 {
color: #043381; color: #043381;
font-size: 22px; font-size: 22px;
} }
h2 { h2 {
color: #043381; color: #043381;
font-size: 28px; font-size: 28px;
} }
#tableSearch { #tableSearch {
width: 53%; width: 53%;
border: 1px solid grey; border: 1px solid grey;
} }
#conovertab{
margin-left:-38px;width:416px; #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
}
} }
} }
</style> </style>

View File

@@ -503,10 +503,10 @@ Partial Class CustomsAviso
Catch ex As FormatException Catch ex As FormatException
MsgBox("Diese Daten können nicht validiert werden", MsgBoxStyle.Critical) MsgBox("Diese Daten können nicht validiert werden", MsgBoxStyle.Critical)
End Try 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 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 End If
If rbt_Alle.Checked = True Then If rbt_Alle.Checked = True Then
pickdate1.ValidateRequestMode = UI.ValidateRequestMode.Enabled pickdate1.ValidateRequestMode = UI.ValidateRequestMode.Enabled

View File

@@ -476,8 +476,7 @@ Partial Class Customers_Default3
tr.Cells.Add(tbl_Cell_Info) 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, 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) 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) normaltable.Rows.Add(tr)
Session.Add("lastrecord", dt) Session.Add("lastrecord", dt)
i += 1 i += 1

View File

@@ -352,9 +352,9 @@ ContentPlaceHolder1 {
} }
.modal-content { .modal-content {
width: 600px; width: 900px;
display: block; display: block;
overflow-x: hidden;
} }
.modal-header { .modal-header {
@@ -364,7 +364,7 @@ ContentPlaceHolder1 {
} }
.modal-footer { .modal-footer {
width: 600px; width: 900px;
} }
#exampleModalLabel { #exampleModalLabel {
font-size: 12px; font-size: 12px;
@@ -451,7 +451,7 @@ ContentPlaceHolder1 {
} }
.modal-content { .modal-content {
width: 900px; width: 900px;
display: block;
} }
.modal-dialog{ .modal-dialog{
width:900px; width:900px;

View File

@@ -2898,7 +2898,7 @@ a[data-toggle="collapse"] {
left: 0; left: 0;
z-index: 1060; z-index: 1060;
display: none; display: none;
width: 100%;
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;

View File

@@ -2922,13 +2922,13 @@ a[data-toggle="collapse"] {
word-wrap: break-word word-wrap: break-word
} }
.modal { .modal {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
z-index: 1060; z-index: 1060;
display: none; display: none;
width: 100%;
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
@@ -2937,7 +2937,7 @@ a[data-toggle="collapse"] {
.modal-dialog { .modal-dialog {
position: relative; position: relative;
width: auto;
margin: .5rem; margin: .5rem;
pointer-events: none pointer-events: none
} }
@@ -2982,15 +2982,15 @@ a[data-toggle="collapse"] {
.modal-content { .modal-content {
position: relative; position: relative;
display: flex; display: -moz-box;
flex-direction: column; flex-direction: column;
width: 100%; width: 900pwx;
pointer-events: auto; pointer-events: auto;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2); border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem; border-radius: .3rem;
outline: 0 outline: 0;
} }
.modal-backdrop { .modal-backdrop {
@@ -3056,7 +3056,7 @@ a[data-toggle="collapse"] {
@media (min-width:576px) { @media (min-width:576px) {
.modal-dialog { .modal-dialog {
width: 1200px; width: 500px;
margin: 1.75rem auto margin: 1.75rem auto
} }
@@ -3245,6 +3245,7 @@ a[data-toggle="collapse"] {
} }
} }
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1080; z-index: 1080;

3
json1.json Normal file
View File

@@ -0,0 +1,3 @@
{
}

View File

@@ -5,4 +5,8 @@
<VisualWebDeveloper> <VisualWebDeveloper>
<iisExpressSettings sslPort="44300" windowsAuthentication="disabled" anonymousAuthentication="enabled" useClassicPipelineMode="false"/> <iisExpressSettings sslPort="44300" windowsAuthentication="disabled" anonymousAuthentication="enabled" useClassicPipelineMode="false"/>
<Globals>
<UserProperties json1_1json__JsonSchema="https://appsemble.app/api.json"/>
</Globals>
</VisualWebDeveloper> </VisualWebDeveloper>