Mercurial > libervia-templates
annotate sat_templates/templates/default/static/merge-request_item.css @ 183:240bbac435f4
base: implemented language button:
- `component.menu` can now be used with a `{% call %}`, allowing extra HTML to be added after in the <nav> element
- a language dropdown is shown if more than one translation is available, allowing to change page locale
- if javascript is available, only the dropdown is visible, and changing it reload the page with new locale
- if javascript is not available, a submit button is display to change the locale
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 10 Apr 2019 21:05:58 +0200 |
parents | a144243841c7 |
children |
rev | line source |
---|---|
77 | 1 .highlight { |
2 overflow: auto; | |
3 } | |
4 | |
5 .box { | |
6 border-radius: 0; | |
7 box-shadow: none; | |
8 } | |
9 | |
10 .ticket { | |
11 max-width: none; | |
12 } | |
13 | |
14 .xmlui_cont.xmlui_cont_vertical { | |
15 max-width: 780px; | |
16 margin: 0 auto; | |
17 } | |
18 | |
19 #tab_patches { | |
20 overflow: auto; | |
21 } | |
22 | |
23 #tab_patches header { | |
24 border-top: 1px solid silver; | |
25 } | |
26 | |
27 #tab_patches header label { | |
28 font-weight: bold; | |
29 } | |
30 | |
31 .commit_msg { | |
32 font-style: italic; | |
33 white-space: pre-wrap; | |
34 } | |
35 | |
36 .diff { | |
37 white-space: pre; | |
38 } |