annotate sat_templates/templates/default/static/merge-request_item.css @ 289:f1a39607d6a5

bulma (base/base.html): `full_screen_body` parameter + body_wrapper: - if `full_screen_body` is set in template, the `body--fullscreen` class will be added to `<body>` element. It will then be a flexbox container (in columns), and displayed on the whole viewport. - new `body_wrapper` block, if a page needs to replace the `#body` container.
author Goffi <goffi@goffi.org>
date Mon, 28 Sep 2020 17:25:26 +0200
parents a144243841c7
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 .highlight {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
2 overflow: auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
3 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
4
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
5 .box {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
6 border-radius: 0;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
7 box-shadow: none;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
8 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
9
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
10 .ticket {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
11 max-width: none;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
12 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
13
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
14 .xmlui_cont.xmlui_cont_vertical {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
15 max-width: 780px;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
16 margin: 0 auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
17 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
18
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
19 #tab_patches {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
20 overflow: auto;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
21 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
22
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
23 #tab_patches header {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
24 border-top: 1px solid silver;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
25 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
26
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
27 #tab_patches header label {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
28 font-weight: bold;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
29 }
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
30
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
31 .commit_msg {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
32 font-style: italic;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
33 white-space: pre-wrap;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
34 }
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 .diff {
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
37 white-space: pre;
304a72392191 css (merque-request): item css
Goffi <goffi@goffi.org>
parents:
diff changeset
38 }