style fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user