Änderungen

This commit is contained in:
ja
2021-10-25 13:49:45 +02:00
parent f25873349f
commit 4714ab4822
3 changed files with 15 additions and 12 deletions

View File

@@ -198,7 +198,7 @@
<!-- Große Bildschirme-->
<div class="d-none d-md-block">
<table id="tbl_main" summary="A table to show the content">
<table id="tbl_main" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
<tr style="height:28px">
<td colspan="14"><center>
<asp:Label ID="lbl_Ueberschrift" runat="server" Enabled="true" style="color:#fff" Font-Size="22px" Text="Edit your Profile:"></asp:Label>
@@ -318,7 +318,7 @@
</div>
<!--Smartphone-Bildschirme-->
<div class="d-md-none">
<table id="tbl_main_m" summary="A table to show the content">
<table id="tbl_main_m" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
<tr style="height:28px">
<td ><center>
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Enabled="true" style="color:#fff;" Font-Size="22px" Text="Edit your Profile:"></asp:Label>