annotate sat_templates/templates/default/static/merge-request_item.css @ 413:0190a0d32909 default tip

Forum: Major redesign of forums: Forums have been redesigned. They follow the new general design with 2 or 3 panels, allowing to have directly a forum if one is found/set up, and a panel on the left to search/discover other ones. Categories have been rewritten to be usable with pubsub relationships, a XEP-0277 type node is used for topics, and each item has a comments node for the threads. The thread view is set in `forum/show_messages.html` template. It has a header with a search box and a button to (un)subscribe. Items are displayed with the same macros as for the blog items. Below a room is set for editor, tags and attachments. rel 463
author Goffi <goffi@goffi.org>
date Fri, 05 Sep 2025 21:54:09 +0200
parents a144243841c7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
1 .highlight {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
2 overflow: auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
3 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
4
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
5 .box {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
6 border-radius: 0;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
7 box-shadow: none;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
8 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
9
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
10 .ticket {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
11 max-width: none;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
12 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
13
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
14 .xmlui_cont.xmlui_cont_vertical {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
15 max-width: 780px;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
16 margin: 0 auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
17 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
18
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
19 #tab_patches {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
20 overflow: auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
21 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
22
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
23 #tab_patches header {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
24 border-top: 1px solid silver;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
25 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
26
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
27 #tab_patches header label {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
28 font-weight: bold;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
29 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
30
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
31 .commit_msg {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
32 font-style: italic;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
33 white-space: pre-wrap;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
34 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
35
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
36 .diff {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
37 white-space: pre;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
38 }