ÄNDERUNGEN
This commit is contained in:
@@ -390,13 +390,13 @@
|
||||
<div class="modal-body" style="width:800px">
|
||||
<div class="container-fluid" id="contfluid" style="width:800px;padding:2px 2px 2px 2px"><center>
|
||||
<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">
|
||||
<li>Profilbild:</li>
|
||||
</ul>
|
||||
<center><asp:Image ID="Image1" runat="server" ImageUrl="~/images/samples/default-avatar.jpg" width="130" style="margin-right: 320px;" Height="130"/></center>
|
||||
</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">
|
||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||
<li> Registriert seit: <%=createdUserDate %></li>
|
||||
|
||||
@@ -120,10 +120,13 @@ ContentPlaceHolder1 {
|
||||
width: 400px;
|
||||
display: block;
|
||||
overflow-x: no-content;
|
||||
}
|
||||
}
|
||||
.modal-header {
|
||||
width: 400px;
|
||||
}
|
||||
ul{
|
||||
width:400px;
|
||||
}
|
||||
.modal-body {
|
||||
/* background-color:#043381;*/
|
||||
background-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user