Css Ädnerungen inline sowie im CSS File
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||||
<!-- Webiste-Content-->
|
<!-- Webiste-Content-->
|
||||||
<div id="containerseiterand">
|
<div id="containerseiterand" style="margin-left:auto;margin-right:auto">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div id="cont1">
|
<div id="cont1">
|
||||||
<h1>Kundencenter:</h1>
|
<h1>Kundencenter:</h1>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
If AVISO_dt IsNot Nothing Then
|
If AVISO_dt IsNot Nothing Then
|
||||||
|
|
||||||
If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE'%>
|
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 style="border:/*1px*/0.04071661237785016vw #043381 solid">
|
||||||
|
|
||||||
<div class="col-12" style="margin-left:2px">
|
<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">
|
<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"
|
<!-- <input class="form-control mb-4" id="tableSearch" type="text"
|
||||||
placeholder="Einen Begriff eingeben oder den Anfang davon ...">-->
|
placeholder="Einen Begriff eingeben oder den Anfang davon ...">-->
|
||||||
<div id="conovertab">
|
<div id="conovertab" style="overflow-x:auto;"margin-left="-2px">
|
||||||
<asp:Table id="normaltable" runat="server" >
|
<asp:Table id="normaltable" runat="server" Width="100%">
|
||||||
<asp:TableHeaderRow ID="tbl_Header_row" runat="server">
|
<asp:TableHeaderRow ID="tbl_Header_row" runat="server">
|
||||||
<asp:TableHeaderCell ID="tbl_HeaderCellIndexNr" runat="server">Index-Nr</asp:TableHeaderCell>
|
<asp:TableHeaderCell ID="tbl_HeaderCellIndexNr" runat="server">Index-Nr</asp:TableHeaderCell>
|
||||||
<asp:TableHeaderCell ID="tbl_HeaderCell_ART" runat="server">ART</asp:TableHeaderCell>
|
<asp:TableHeaderCell ID="tbl_HeaderCell_ART" runat="server">ART</asp:TableHeaderCell>
|
||||||
|
|||||||
@@ -71,6 +71,21 @@ h1 {
|
|||||||
#cont4 {
|
#cont4 {
|
||||||
min-width: 750px;
|
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) {
|
@media (min-width: 558.98px) {
|
||||||
#txt_Absender {
|
#txt_Absender {
|
||||||
@@ -85,4 +100,7 @@ h1 {
|
|||||||
#txt_KdNrAuftrag {
|
#txt_KdNrAuftrag {
|
||||||
width: 850px;
|
width: 850px;
|
||||||
}
|
}
|
||||||
|
#normaltable {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user