Anpassungen GUI

This commit is contained in:
ja
2021-11-10 15:42:41 +01:00
parent 5db3122469
commit b639eb140b
3 changed files with 35 additions and 26 deletions

View File

@@ -196,9 +196,9 @@
<div id="Abstand_laenger" style="height:/*24px*/ 1.873536299765808vh;"></div>
<asp:Button ID="Button1" CssClass="btn btn-primary" runat="server" Text="Get Invoices" OnClick="btn_b_Click" />
<div id="Abstand_lang" style="height: /*32px*/ 2.498048399687744vh;"></div>
<div class="g-5">
<div class="g-3">
<div id="conovertab" style="overflow-x:auto;margin-left:-2px">
<asp:Table class="table table-responsive table-striped table-borderless" ID="normaltable" runat="server" EnableViewState="false" Width="1230px" BorderStyle="Solid" style="margin-right:auto;border: 2px solid #043381">
<asp:Table class="table table-responsive table-striped table-borderless" ID="normaltable" runat="server" Width="73%" BorderStyle="Solid" style="margin-right:auto;border: 2px solid #043381">
<asp:TableHeaderRow ID="tbl_Header_row" runat="server" style="background-color:#043381;color:#fff">
<asp:TableHeaderCell ID="tbl_HeaderCellIndex" runat="server" AbbreviatedText="Index">Index-Nr</asp:TableHeaderCell>
<asp:TableHeaderCell ID="tbl_HeaderCell_ReNr" runat="server" AbbreviatedText="InvcNr">Invoice Number</asp:TableHeaderCell>

View File

@@ -6,7 +6,10 @@ h1 {
color: #043381;
font-size: 32px;
}
h2 {
color: #043381;
font-size: 28px;
}
#normaltable {
width: 1500px;
}
@@ -170,6 +173,10 @@ hr{
color: #043381;
font-size: 22px;
}
h2 {
color: #043381;
font-size: 28px;
}
#tableSearch {
width: 53%;
border:1px solid grey;

View File

@@ -3,7 +3,6 @@
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
@@ -65,21 +64,38 @@ ContentPlaceHolder1_Send_Data {
height: 15px;
width: 240px;
}
.g-3 {
border: /*1.8px*/ 0.0706436420722135vw #808080 ridge;
margin-left: 12px
}
#normaltable {
width: 100%;
}
@media (max-width: 558.98px) {
tbody {
font-size: 3.303964757709251vw;
height: auto;
flex-wrap: wrap;
width: fit-content;
}
#normaltable {
width: 10%;
}
#conovertab {
width: 325px;
/* max-width:width:150px 11.25em;*/
margin-left: /*14px*/ 3.0837004405286343vw;
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
h1 {
color: #043381;
font-size: 22px;
}
#tableSearch {
max-width: 50%;
h2 {
color: #043381;
font-size: 30px;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
@@ -94,22 +110,8 @@ ContentPlaceHolder1_Send_Data {
}
#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;
}
}
#pickdate1 {
border: 1px solid #000000;
}