style fixes

This commit is contained in:
manuel.sowada
2026-05-12 15:58:46 +02:00
parent 0a28a3e493
commit 63931bc4d5
10 changed files with 37 additions and 149 deletions

View File

@@ -50,7 +50,7 @@ td { overflow:hidden; text-overflow:ellipsis; /* verhindert, dass Inhalt die Zel
border-bottom-width:8px;
border-bottom-style:solid;
display:flex;
flex-direction:row;
flex-direction:column;
gap:0;
position:sticky;
left:0px;
@@ -60,11 +60,13 @@ td { overflow:hidden; text-overflow:ellipsis; /* verhindert, dass Inhalt die Zel
padding:0px;
border-radius:var(--border-raduis) var(--border-raduis) 0 0;
justify-content: flex-start;
align-items: center;
align-items: space-between;
flex: 1;
flex-wrap: wrap;
overflow-x:auto;
}
.table-filter-container .live-counter { position:absolute; right:18px; margin-left:auto; font-weight:bold; }
.table-filter-container input { padding:5px !important; }
.table-filter-container .live-counter { position:static; text-align: right ; padding-right:10px; font-weight:bolder; }
.table-filter-container input { padding:5px !important; flex:1 1 100vw; margin:5px 0;}
th.sort-asc::after {