Änderungen Global.aspx und Design Masterpage
This commit is contained in:
@@ -133,7 +133,34 @@
|
|||||||
@media (min-width: 558.98px){
|
@media (min-width: 558.98px){
|
||||||
#Image1{
|
#Image1{
|
||||||
margin-right: -320px;
|
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) {
|
@media (max-width: 558.98px) {
|
||||||
wrapper{
|
wrapper{
|
||||||
@@ -156,6 +183,34 @@
|
|||||||
Image1 {
|
Image1 {
|
||||||
margin-right: 320px;
|
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) {
|
@media (max-width: 328.98px) {
|
||||||
wrapper{
|
wrapper{
|
||||||
@@ -178,6 +233,34 @@
|
|||||||
Image1 {
|
Image1 {
|
||||||
margin-right: 320px;
|
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>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
||||||
@@ -381,16 +464,16 @@
|
|||||||
<nav class="container-xxl" style="align-content:center">
|
<nav class="container-xxl" style="align-content:center">
|
||||||
<nav id="content">
|
<nav id="content">
|
||||||
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||||
<div class="modal-dialog" style="width:800px">
|
<div class="modal-dialog" >
|
||||||
<div class="modal-content" style="width:800px;">
|
<div class="modal-content" >
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title" id="exampleModalLabel">Profil: User: <%=Me.Page.User.Identity.Name %></h5>
|
<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>
|
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body" style="width:800px">
|
<div class="modal-body" >
|
||||||
<div class="container-fluid" id="contfluid" style="width:800px;padding:2px 2px 2px 2px"><center>
|
<div class="container-fluid" id="contfluid" style="padding:2px 2px 2px 2px"><center>
|
||||||
<div class="row">
|
<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">
|
<ul style="list-style:unset;border:2.3px solid #043381;text-align:start">
|
||||||
<li>Profilbild:</li>
|
<li>Profilbild:</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
void Application_Error(object sender, EventArgs e)
|
void Application_Error(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
// Code, der ausgeführt wird, wenn ein nicht behandelter Fehler auftritt
|
// Code, der ausgeführt wird, wenn ein nicht behandelter Fehler auftritt
|
||||||
Response.Redirect("../login/Error.aspx");
|
'Response.Redirect("../login/Error.aspx");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -320,36 +320,7 @@ ContentPlaceHolder1 {
|
|||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
height: 86px;
|
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 {
|
#exampleModalLabel {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
@@ -358,13 +329,13 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 700px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 700px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#dropdownmenuecont ul li .button {
|
#dropdownmenuecont ul li .button {
|
||||||
@@ -444,12 +415,12 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width:1200px;
|
width:400px;
|
||||||
}
|
}
|
||||||
.modal-header {
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width:1200px;
|
width:400px;
|
||||||
}
|
}
|
||||||
#divueberdropdown {
|
#divueberdropdown {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
@@ -492,32 +463,32 @@ ContentPlaceHolder1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
width: 1800px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contfluid {
|
#contfluid {
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: no-content;
|
overflow-x: no-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#exampleModalLabel {
|
#exampleModalLabel {
|
||||||
@@ -528,13 +499,13 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 1700px;
|
width: 600px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ContentPlaceHolder1 {
|
#ContentPlaceHolder1 {
|
||||||
@@ -554,7 +525,7 @@ ContentPlaceHolder1 {
|
|||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
width:1600px;
|
width:400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user