Änderungen invoices.aspx und andere seiten im Prozess optimiert.
This commit is contained in:
@@ -23,6 +23,47 @@ h1 {
|
||||
color:#043381;
|
||||
font-size: 32px;
|
||||
}
|
||||
hr {
|
||||
color: #043381;
|
||||
}
|
||||
#btn_resetForm {
|
||||
padding-right: -800px;
|
||||
}
|
||||
.accordion-button {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: 1rem 1.25rem;
|
||||
font-size: 1rem;
|
||||
color: #043381;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.accordion #accordionExample #collapseOne .card card-body #cont3 .container {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.accordion #accordionExample #collapseOne .card card-body #cont3 .container .d-none d-md-block .row .col-12 {
|
||||
margin-right: /*1.52px;*/ 0.33480176211453744vw;
|
||||
}
|
||||
|
||||
#RadioButtonList1 {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#btn_resetForm {
|
||||
margin-right: 2px;
|
||||
}
|
||||
#Send_Data {
|
||||
height: 15px;
|
||||
width: 120%;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
#conovertab {
|
||||
width: 325px;
|
||||
@@ -44,28 +85,79 @@ h1 {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
|
||||
#tableSearch {
|
||||
width: 315px;
|
||||
.flex-fill {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
|
||||
#tableSearch {
|
||||
width: 325px;
|
||||
#cont3 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#conovertab {
|
||||
margin-left: 10px;
|
||||
width: 315px;
|
||||
#cont4 {
|
||||
min-width: 750px;
|
||||
}
|
||||
|
||||
.align-self-xl-start {
|
||||
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;
|
||||
}
|
||||
#pickdate1 {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
.flex-fill {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#cont3 {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
#Send_Data {
|
||||
height: 15px;
|
||||
width: 120%;
|
||||
}
|
||||
|
||||
#pickdate1 {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
#pickdate1 {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user