ÄNDERUNGEN
This commit is contained in:
@@ -390,13 +390,13 @@
|
|||||||
<div class="modal-body" style="width:800px">
|
<div class="modal-body" style="width:800px">
|
||||||
<div class="container-fluid" id="contfluid" style="width:800px;padding:2px 2px 2px 2px"><center>
|
<div class="container-fluid" id="contfluid" style="width:800px;padding:2px 2px 2px 2px"><center>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6" style="width:800px;">
|
||||||
<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>
|
||||||
<center><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg" width="130" style="margin-right: 320px;" Height="130"/></center>
|
<center><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg" width="130" style="margin-right: 320px;" Height="130"/></center>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-5" style="width:800px;">
|
||||||
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">
|
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">
|
||||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||||
<li> Registriert seit: <%=createdUserDate %></li>
|
<li> Registriert seit: <%=createdUserDate %></li>
|
||||||
|
|||||||
@@ -124,6 +124,9 @@ ContentPlaceHolder1 {
|
|||||||
.modal-header {
|
.modal-header {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
ul{
|
||||||
|
width:400px;
|
||||||
|
}
|
||||||
.modal-body {
|
.modal-body {
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user