Skip to content
Snippets Groups Projects
Commit b4b1e5c1 authored by TonyFord's avatar TonyFord
Browse files

css optimierungen

parent 7bf5f58c
No related branches found
No related tags found
No related merge requests found
Pipeline #73827 passed
...@@ -315,8 +315,11 @@ td.n { color: firebrick; } ...@@ -315,8 +315,11 @@ td.n { color: firebrick; }
cursor: pointer; cursor: pointer;
table tbody tr { table tbody tr {
td:nth-child(6){ text-align: center; } td:nth-child(6){ text-align: center; }
td:nth-child(5){ text-align: right; padding-left: 1em; }
&.lastresults_summe { &.lastresults_summe {
font-weight: bold; font-weight: bold;
td:nth-child(3){ text-align: center; }
td:nth-child(2){ text-align: right; padding-left: 1em; }
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment