annotate default/static/merge-request_item.css @ 85:05b500bd6235

chat: chat implementation, first draft: this chat use the new dynamic pages feature. Updates are pushed directly by server. Identities are used to retrieve avatar, and first letter of nickname is used to generate an avatar is none is found (temporary, a more elaborate avatar generation should follow in the future). Scroll is done automatically when new messages arrive, except if scroll is not at the end, as it probably means that user is checking history. User can resize text area and use [shift] + [enter] to enter multi-line messages. History will then scroll to bottom after message has been sent.
author Goffi <goffi@goffi.org>
date Wed, 03 Jan 2018 01:12:16 +0100
parents 304a72392191
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 @import 'highlight.css';
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
2
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
3 .highlight {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
4 overflow: auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
5 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
6
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
7 .box {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
8 border-radius: 0;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
9 box-shadow: none;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
10 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
11
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
12 .ticket {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
13 max-width: none;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
14 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
15
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
16 .xmlui_cont.xmlui_cont_vertical {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
17 max-width: 780px;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
18 margin: 0 auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
19 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
20
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
21 .view #wid_body {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
22 border: 1px solid silver;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
23 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
24
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
25 #tab_patches {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
26 overflow: auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
27 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
28
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
29 #tab_patches header {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
30 border-top: 1px solid silver;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
31 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
32
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
33 #tab_patches header label {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
34 font-weight: bold;
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
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
37 .commit_msg {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
38 font-style: italic;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
39 white-space: pre-wrap;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
40 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
41
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
42 .diff {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
43 white-space: pre;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
44 }