annotate sat_templates/templates/default/static/merge-request_item.css @ 400:140690a18b63 default tip

call: group call design: Design for group call (which is used for both group call and A/V conferences) has been improved to: - have a working fullscreen button; - have a better display of peer users in grid, with responsive design; - have a nicer design for peer user, and adding avatar/nickname as overlay on the bottom of the video stream; - add a way to (un)pin a peer user, which make is appear on the whole width on top of the grid. rel 448 HG<S-Insert>: changed sat_templates/templates/bulma/call/group_peer.html
author Goffi <goffi@goffi.org>
date Tue, 06 Aug 2024 23:50:17 +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 }