comparison 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
comparison
equal deleted inserted replaced
146:7dc00829c32f 147:33c7ce833d3f
1 @import 'highlight.css';
2
3 .highlight {
4 overflow: auto;
5 }
6
7 .box {
8 border-radius: 0;
9 box-shadow: none;
10 }
11
12 .ticket {
13 max-width: none;
14 }
15
16 .xmlui_cont.xmlui_cont_vertical {
17 max-width: 780px;
18 margin: 0 auto;
19 }
20
21 .view #wid_body {
22 border: 1px solid silver;
23 }
24
25 #tab_patches {
26 overflow: auto;
27 }
28
29 #tab_patches header {
30 border-top: 1px solid silver;
31 }
32
33 #tab_patches header label {
34 font-weight: bold;
35 }
36
37 .commit_msg {
38 font-style: italic;
39 white-space: pre-wrap;
40 }
41
42 .diff {
43 white-space: pre;
44 }