Jochen Klar

Results 111 comments of Jochen Klar

![Screenshot_2024-05-16_15-11-46](https://github.com/rdmorganiser/rdmo/assets/1799675/563b7cf3-3252-45aa-8b8b-a2c9b37ea4be) The different items need the same `margin-bottom`, also here the `margin-left` needs to be gone.

![Screenshot_2024-05-16_15-15-19](https://github.com/rdmorganiser/rdmo/assets/1799675/39ea1423-6aba-4e94-a184-32791b8ed8f3) This needs more styling, the background should be white (except the red/green part), Current/plus/minus looks like they are clickable, but they are not. The whole block needs a margin-bottom...

![Screenshot_2024-05-16_15-15-38](https://github.com/rdmorganiser/rdmo/assets/1799675/74a2fb6a-a6d8-41aa-ae31-bb4bfaaa6d8e) This also needs more separation, and Upper case letters at the beginning. Total is probably "Gesamt" in German.

![Screenshot_2024-05-16_15-16-21](https://github.com/rdmorganiser/rdmo/assets/1799675/e56110c4-06f3-4993-b322-9b770b9f6ae2) Here the indentation is off.

Yes, much better, but there is now another panel around the entries, I would rather remove it. `panel-body` and `list-group` can be combined like this: https://getbootstrap.com/docs/3.4/components/#panels-list-group

I would also remove the red and green background (it conflicts with the border radius of all other panels buttons etc.). The plus and minus look like buttons, you could...

Looking at it again, can you set the padding of the areas with the text and the +/- to something like: `2px 8px 2px 8px` and set the red green...

ok, makes sense. The regular output is also markdown rendered, right?

I worked a bit on the css: ``` .field-diff { [class*="react-diff-"][class*="diff-container"] { margin: 0; border-collapse: separate; // needed for border radius since this is a table tr { &:first-child {...

Can you change this ![image](https://github.com/rdmorganiser/rdmo/assets/1799675/a38f8cfa-aef9-4b4b-b421-e94d04f5ceb4) ``` Select all Select changed Deselect all Deselect changed ``` Same for show. (I think it is deselect not unselect.)