Mercurial > libervia-templates
annotate sat_templates/templates/default/static/merge-request_item.css @ 166:178f55b825b7
small refactoring/redesign, better BEM integration:
- blog has been redesigned, and almost all blog CSS has been made generic and moved to main styles.css file.
- better noscript handling, dynamic elements are created using "magic" classes (dom_update.js)
- using better icons for older/newer messages
- better state handling, classes now use "state_XXX"
- more classes now use BEM convention
- menu labels have been moved to a separate template (components/menu_labels.html), so it can be overriden easily by other sites
- better styles.css organisation
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Oct 2018 21:00:24 +0200 |
parents | e9f0a4215e46 |
children | 6c251da9a4f3 |
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 } |