annotate sat_templates/default/static/merge-request_item.css @ 147:33c7ce833d3f

install: setup.py fix + moved "default" dir in a "sat_templates" dir: the merge request at https://bugs.goffi.org/mr/view/3 was a good basis, but not fully working ("default" dir was removed), this patch fixes it, and do some improvments: - moved "default" in "sat_templates" dir, which correspond to the python module, so it can be found easily from python - added VERSION, and mercurial hash detection, in the same way as for Cagou and backend - slight modification of classifiers - replaces tabs coming from MR by spaces
author Goffi <goffi@goffi.org>
date Sat, 02 Jun 2018 17:25:43 +0200
parents default/static/merge-request_item.css@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 }