Mercurial > libervia-templates
comparison default/static/merge-request_item.css @ 77:304a72392191
css (merque-request): item css
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 23 Dec 2017 15:53:02 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:ead4db120515 | 77:304a72392191 |
---|---|
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 } |