|
|
@@ -31,7 +31,7 @@
|
|
|
body {
|
|
|
overflow-y: auto;
|
|
|
overflow-x: auto;
|
|
|
- font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
|
+ font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
|
}
|
|
|
|
|
|
/* App Shell */
|
|
|
@@ -734,91 +734,91 @@
|
|
|
}
|
|
|
|
|
|
/* Aktion */
|
|
|
- .gc-table th:nth-child(1),
|
|
|
- .gc-table td:nth-child(1) {
|
|
|
+ .gc-table th:nth-child(13),
|
|
|
+ .gc-table td:nth-child(13) {
|
|
|
width: 54px;
|
|
|
}
|
|
|
|
|
|
/* Filiale / Bereich */
|
|
|
- .gc-table th:nth-child(2),
|
|
|
- .gc-table td:nth-child(2) {
|
|
|
+ .gc-table th:nth-child(1),
|
|
|
+ .gc-table td:nth-child(1) {
|
|
|
width: 115px;
|
|
|
max-width: 115px;
|
|
|
white-space: normal !important;
|
|
|
}
|
|
|
|
|
|
/* Kunde */
|
|
|
- .gc-table th:nth-child(3),
|
|
|
- .gc-table td:nth-child(3) {
|
|
|
+ .gc-table th:nth-child(2),
|
|
|
+ .gc-table td:nth-child(2) {
|
|
|
width: 230px;
|
|
|
min-width: 230px;
|
|
|
padding-left: 8px !important;
|
|
|
}
|
|
|
|
|
|
/* Verursacher */
|
|
|
- .gc-table th:nth-child(4),
|
|
|
- .gc-table td:nth-child(4) {
|
|
|
+ .gc-table th:nth-child(3),
|
|
|
+ .gc-table td:nth-child(3) {
|
|
|
width: 145px;
|
|
|
min-width: 145px;
|
|
|
padding-left: 6px !important;
|
|
|
}
|
|
|
|
|
|
/* RG-Nr. */
|
|
|
- .gc-table th:nth-child(5),
|
|
|
- .gc-table td:nth-child(5) {
|
|
|
+ .gc-table th:nth-child(4),
|
|
|
+ .gc-table td:nth-child(4) {
|
|
|
width: 118px;
|
|
|
}
|
|
|
|
|
|
/* RG-Datum / Fällig */
|
|
|
- .gc-table th:nth-child(6),
|
|
|
- .gc-table td:nth-child(6) {
|
|
|
+ .gc-table th:nth-child(5),
|
|
|
+ .gc-table td:nth-child(5) {
|
|
|
width: 120px;
|
|
|
}
|
|
|
|
|
|
/* RG-Betrag */
|
|
|
- .gc-table th:nth-child(7),
|
|
|
- .gc-table td:nth-child(7) {
|
|
|
+ .gc-table th:nth-child(6),
|
|
|
+ .gc-table td:nth-child(6) {
|
|
|
width: 105px;
|
|
|
}
|
|
|
|
|
|
/* offen / Kunde ges. */
|
|
|
- .gc-table th:nth-child(8),
|
|
|
- .gc-table td:nth-child(8) {
|
|
|
+ .gc-table th:nth-child(7),
|
|
|
+ .gc-table td:nth-child(7) {
|
|
|
width: 155px;
|
|
|
}
|
|
|
|
|
|
/* Mahnstufe / Staffel */
|
|
|
- .gc-table th:nth-child(9),
|
|
|
- .gc-table td:nth-child(9) {
|
|
|
+ .gc-table th:nth-child(8),
|
|
|
+ .gc-table td:nth-child(8) {
|
|
|
width: 125px;
|
|
|
}
|
|
|
|
|
|
/* Abw. */
|
|
|
- .gc-table th:nth-child(10),
|
|
|
- .gc-table td:nth-child(10) {
|
|
|
+ .gc-table th:nth-child(9),
|
|
|
+ .gc-table td:nth-child(9) {
|
|
|
width: 80px;
|
|
|
}
|
|
|
|
|
|
/* Kommentar Fibu */
|
|
|
- .gc-table th:nth-child(11),
|
|
|
- .gc-table td:nth-child(11) {
|
|
|
+ .gc-table th:nth-child(10),
|
|
|
+ .gc-table td:nth-child(10) {
|
|
|
width: 165px;
|
|
|
}
|
|
|
|
|
|
/* Kommentar Abteilung */
|
|
|
- .gc-table th:nth-child(12),
|
|
|
- .gc-table td:nth-child(12) {
|
|
|
+ .gc-table th:nth-child(11),
|
|
|
+ .gc-table td:nth-child(11) {
|
|
|
width: 165px;
|
|
|
}
|
|
|
|
|
|
/* Wiedervorlage */
|
|
|
- .gc-table th:nth-child(13),
|
|
|
- .gc-table td:nth-child(13) {
|
|
|
+ .gc-table th:nth-child(12),
|
|
|
+ .gc-table td:nth-child(12) {
|
|
|
width: 120px;
|
|
|
}
|
|
|
|
|
|
/* Abw. wieder im alten Gelb */
|
|
|
- .gc-table td:nth-child(10) .gc-badge-warning {
|
|
|
+ .gc-table td:nth-child(9) .gc-badge-warning {
|
|
|
background: #fef3c7 !important;
|
|
|
color: #92400e !important;
|
|
|
border-color: #fde68a !important;
|