Css Ädnerungen inline sowie im CSS File

This commit is contained in:
ja
2021-09-13 15:36:59 +02:00
parent fdca1c85f3
commit 6874b6e3dd
2 changed files with 22 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<!-- Webiste-Content-->
<div id="containerseiterand">
<div id="containerseiterand" style="margin-left:auto;margin-right:auto">
<div class="container-fluid">
<div id="cont1">
<h1>Kundencenter:</h1>
@@ -60,7 +60,7 @@
If AVISO_dt IsNot Nothing Then
If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE'%>
<div class="flex-fill" style="margin-left:6px">
<div class="flex-fill" style="margin-left:4px">
<div style="border:/*1px*/0.04071661237785016vw #043381 solid">
<div class="col-12" style="margin-left:2px">
@@ -151,8 +151,8 @@
<div class="g-3" style="border:/*1.8px*/0.0706436420722135vw #808080 ridge; margin-left:12px">
<!-- <input class="form-control mb-4" id="tableSearch" type="text"
placeholder="Einen Begriff eingeben oder den Anfang davon ...">-->
<div id="conovertab">
<asp:Table id="normaltable" runat="server" >
<div id="conovertab" style="overflow-x:auto;"margin-left="-2px">
<asp:Table id="normaltable" runat="server" Width="100%">
<asp:TableHeaderRow ID="tbl_Header_row" runat="server">
<asp:TableHeaderCell ID="tbl_HeaderCellIndexNr" runat="server">Index-Nr</asp:TableHeaderCell>
<asp:TableHeaderCell ID="tbl_HeaderCell_ART" runat="server">ART</asp:TableHeaderCell>

View File

@@ -71,6 +71,21 @@ h1 {
#cont4 {
min-width: 750px;
}
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
}
#normaltable{
width:100%;
}
#conovertab {
/* max-width:width:150px 11.25em;*/
margin-left: /*14px*/ 3.0837004405286343vw;
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
}
@media (min-width: 558.98px) {
#txt_Absender {
@@ -85,4 +100,7 @@ h1 {
#txt_KdNrAuftrag {
width: 850px;
}
#normaltable {
width: 100%;
}
}