Änderungen Global.aspx und Design Masterpage

This commit is contained in:
ja
2021-11-23 16:26:43 +01:00
parent 7da609314f
commit d008251411
3 changed files with 104 additions and 50 deletions

View File

@@ -133,7 +133,34 @@
@media (min-width: 558.98px){
#Image1{
margin-right: -320px;
}
}
.modal-dialog {
width: 800px;
}
#contfluid {
width: 800px;
}
.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;
}
.modal-footer {
width: 800px;
}
}
@media (max-width: 558.98px) {
wrapper{
@@ -156,6 +183,34 @@
Image1 {
margin-right: 320px;
}
.modal-dialog {
width: 400px;
}
#contfluid {
width: 400px;
}
.modal-content {
width: 400px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 400px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 400px;
}
.modal-footer {
width: 400px;
}
}
@media (max-width: 328.98px) {
wrapper{
@@ -178,6 +233,34 @@
Image1 {
margin-right: 320px;
}
.modal-dialog {
width: 400px;
}
#contfluid {
width: 400px;
}
.modal-content {
width: 400px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 400px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 400px;
}
.modal-footer {
width: 400px;
}
}
</style>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
@@ -381,16 +464,16 @@
<nav class="container-xxl" style="align-content:center">
<nav id="content">
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" style="width:800px">
<div class="modal-content" style="width:800px;">
<div class="modal-dialog" >
<div class="modal-content" >
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Profil: User: <%=Me.Page.User.Identity.Name %></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" style="width:800px">
<div class="container-fluid" id="contfluid" style="width:800px;padding:2px 2px 2px 2px"><center>
<div class="modal-body" >
<div class="container-fluid" id="contfluid" style="padding:2px 2px 2px 2px"><center>
<div class="row">
<div class="col-sm-6" style="width:800px;">
<div class="col-sm-6" >
<ul style="list-style:unset;border:2.3px solid #043381;text-align:start">
<li>Profilbild:</li>
</ul>

View File

@@ -24,7 +24,7 @@
void Application_Error(object sender, EventArgs e)
{
// Code, der ausgeführt wird, wenn ein nicht behandelter Fehler auftritt
Response.Redirect("../login/Error.aspx");
'Response.Redirect("../login/Error.aspx");
}

View File

@@ -320,36 +320,7 @@ ContentPlaceHolder1 {
padding-bottom: 0px;
height: 86px;
}
.modal-dialog {
width: 700px;
}
#contfluid {
width: 700px;
}
.modal-content {
width: 700px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 700px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 700px;
}
.modal-footer {
width: 700px;
}
#exampleModalLabel {
font-size: 12px;
}
@@ -358,13 +329,13 @@ ContentPlaceHolder1 {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 700px;
width: 400px;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width: 700px;
width: 400px;
}
}
#dropdownmenuecont ul li .button {
@@ -444,12 +415,12 @@ ContentPlaceHolder1 {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width:1200px;
width:400px;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width:1200px;
width:400px;
}
#divueberdropdown {
margin-right: 7px;
@@ -492,32 +463,32 @@ ContentPlaceHolder1 {
}
.modal-dialog {
width: 1800px;
width: 600px;
}
#contfluid {
width: 1700px;
width: 600px;
}
.modal-content {
width: 1700px;
width: 600px;
display: block;
overflow-x: no-content;
}
.modal-header {
width: 1700px;
width: 600px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 1700px;
width: 600px;
}
.modal-footer {
width: 1700px;
width: 600px;
}
#exampleModalLabel {
@@ -528,13 +499,13 @@ ContentPlaceHolder1 {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width: 1700px;
width: 600px;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
width: 1700px;
width: 600px;
}
}
#ContentPlaceHolder1 {
@@ -554,7 +525,7 @@ ContentPlaceHolder1 {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
width:1600px;
width:400px;
}
.modal-header {