Mercurial > libervia-templates
annotate sat_templates/default/static/merge-request_item.css @ 153:b84d20af0ed3
macros (field, form, textbox): general improvments:
- use a generic "field" macro for most fields
- added "required" class on input labels if suitable
- extra kw args are used as input field attributes. Same thing for forms
- better handling of id if label is missing
- added blog_text macro in textbox for basic text blog input
- textbox is more customisable (class and textarea class can be specified)
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 21 Jun 2018 01:09:00 +0200 |
parents | 33c7ce833d3f |
children |
rev | line source |
---|---|
77 | 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 } |