Änderungen Global.aspx und Design Masterpage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user