Tabelle in Cards Boxes eingefügt sowie die Tabelle in CustomsAviso rahmenlos gemacht mit borderless Klassenzuweisung in Bootstrap und keinem CSS

This commit is contained in:
ja
2021-09-22 08:37:31 +02:00
parent 4c1d85d3bf
commit 9111087bfe
2 changed files with 29 additions and 2 deletions

View File

@@ -175,7 +175,7 @@
<!-- <input class="form-control mb-4" id="tableSearch" type="text"
placeholder="Einen Begriff eingeben oder den Anfang davon ...">-->
<div id="conovertab" style="overflow-x:auto;"margin-left="-2px">
<asp:Table class="table table-responsive table-striped" id="normaltable" runat="server" EnableViewState="false" BorderWidth="2px">
<asp:Table class="table table-responsive table-striped table-borderless" id="normaltable" runat="server" EnableViewState="false" BorderWidth="2px">
<asp:TableHeaderRow id="tbl_Header_row" runat="server" style="background-color:#043381;color:#fff">
<asp:TableHeaderCell ID="tbl_HeaderCellIndexNr" runat="server">Index-Nr</asp:TableHeaderCell>
<asp:TableHeaderCell ID="tbl_HeaderCell_LKWs" runat="server">LKW-Nr</asp:TableHeaderCell>