Tabelle wird richtig angezeigt

This commit is contained in:
ja
2021-11-19 15:59:37 +01:00
parent 2e28bd5937
commit 0a1dd47026
4 changed files with 66 additions and 39 deletions

View File

@@ -33,6 +33,12 @@
width: 53%;
border: 1px solid grey;
}
#conovertab{
margin-left:-38px;width:416px;
}
g-3{
width:100%;
}
@media (max-width: 349.98px) {
body {
max-width: 349.98px;
@@ -52,6 +58,9 @@
width: 53%;
border: 1px solid grey;
}
#conovertab{
margin-left:-38px;width:416px;
}
}
</style>
<!-- Bootstrap CSS -->
@@ -265,10 +274,12 @@
</div>
</div> </div>
<div id="Abstand_laenger" style="height: /*24px*/ 1.873536299765808vh;"></div>
</div></div>
</div>
<asp:Button ID="btn_Auftraege" class="btn-primary" runat="server" Text="Erhalte Aufträge" OnClick="btn_Auftraege_Click" style="background-color:#fff;color:#043381;height:30px;width:221px;font-size:1.33em;" OnClientClick="return verify()"/>
<div id="Abstand_lang" style="height: /*32px*/ 2.498048399687744vh;"></div>
<div class="g-3">
<div id="conovertab" style="overflow-x:auto;"margin-left="-2px">
<div id="conovertab" style="overflow-x:auto;">
<asp:Table class="table table-responsive table-striped table-borderless" id="normaltable" runat="server" BorderWidth="2px">
<asp:TableHeaderRow id="tbl_Header_row" runat="server" style="background-color:#043381;color:#fff">
<asp:TableHeaderCell ID="tbl_HeaderCellIndexNr" runat="server" AbbreviatedText="Index">Index-Nr</asp:TableHeaderCell>
@@ -284,8 +295,7 @@
</div>
</div>
</div></div>
</div>
<br /><br /><br />
<% End If
End If