Änderungen CSS
This commit is contained in:
@@ -238,8 +238,7 @@
|
||||
<h2><%=STANDORT %></h2>
|
||||
</span>
|
||||
|
||||
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;min-width:97%; max-width:100%">
|
||||
|
||||
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;min-width:97%; max-width:100%">
|
||||
<table class="table table-hover" id="normaltable" border="0" cellspacing="0" contenteditable="false">
|
||||
<thead style="background-color:#043381; color:white; font-weight:900"><tr ><th>Nr.</th><th>LKW Kennzeichen</th><th>Frächter</th><th>Avisierer</th><th>Ankunft</th><th>Dauer</th><th>LKW fertig</th></tr></thead>
|
||||
<%
|
||||
|
||||
@@ -252,7 +252,6 @@
|
||||
<%End If %>
|
||||
<!-- </ul>-->
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#UserSubmenu1" data-bs-toggle="collapse" aria-expanded="false" class="dropdown-toggle">User: <%=Me.Page.User.Identity.Name %></a>
|
||||
<ul style="list-style: none;"class="collapse list-unstyled" id="UserSubmenu1">
|
||||
@@ -269,26 +268,26 @@
|
||||
<nav id="content">
|
||||
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<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">
|
||||
<div class="container-fluid" style="padding:2px 2px 2px 2px"><center>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<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" Height="130"/></center>
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">
|
||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||
<li> Registriert seit: 15/02/2021</li>
|
||||
<li> Die Berechtigungen im Überblick </li>
|
||||
<ul>
|
||||
<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">
|
||||
<div class="container-fluid" style="padding:2px 2px 2px 2px"><center>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<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" Height="130"/></center>
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<ul style="list-style:unset;border:2.3px ridge #043381;text-align:start">
|
||||
<li> Name: <%=Me.Page.User.Identity.Name %></li>
|
||||
<li> Registriert seit: 15/02/2021</li>
|
||||
<li> Die Berechtigungen im Überblick </li>
|
||||
<ul>
|
||||
<%'Dim berecht As Boolean
|
||||
'Dim imgpath2 As String = ""
|
||||
'For Each ber In berecht[]
|
||||
|
||||
Reference in New Issue
Block a user