Änderungen rücksetzen auf Stanmd 12:00 Uhr am 25.11.2021
This commit is contained in:
@@ -116,7 +116,12 @@
|
||||
$("#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>
|
||||
dropbtnbtnbtn{
|
||||
color:#043381;
|
||||
@@ -159,41 +164,22 @@
|
||||
Image1 {
|
||||
margin-right: 320px;
|
||||
}
|
||||
.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 {
|
||||
#contfluid {
|
||||
width: 800px;
|
||||
}
|
||||
.modal-content{
|
||||
width:300px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 328.98px) {
|
||||
wrapper{
|
||||
width:318px;
|
||||
width:328px;
|
||||
}
|
||||
body {
|
||||
width: 318px;
|
||||
width: 328px;
|
||||
}
|
||||
contfluid{
|
||||
width:3180px;
|
||||
width:328px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
@@ -207,34 +193,26 @@
|
||||
margin-right: 320px;
|
||||
}
|
||||
.modal-dialog {
|
||||
width: 300px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#contfluid {
|
||||
width: 300px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
width: 300px;
|
||||
display: block;
|
||||
overflow-x: hidden;
|
||||
.modal-content{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
width: 300px;
|
||||
width: 200px;
|
||||
}
|
||||
.modal-footer {
|
||||
width: 300px;
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
</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)"/>
|
||||
</style>
|
||||
<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">
|
||||
|
||||
@@ -41,26 +41,45 @@
|
||||
}
|
||||
g-3 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@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;
|
||||
|
||||
#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>
|
||||
|
||||
Reference in New Issue
Block a user