Mercurial > libervia-templates
comparison sat_templates/templates/default/static/merge-request_item.css @ 164:e9f0a4215e46
multi-sites handling (moved templates to "templates" sub-directory) + noscript styles handling.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 10 Sep 2018 08:53:33 +0200 |
parents | sat_templates/default/static/merge-request_item.css@33c7ce833d3f |
children | 6c251da9a4f3 |
comparison
equal
deleted
inserted
replaced
163:33f67228686a | 164:e9f0a4215e46 |
---|---|
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 } |