Mercurial > libervia-templates
comparison sat_templates/default/static/invitation.css @ 147:33c7ce833d3f
install: setup.py fix + moved "default" dir in a "sat_templates" dir:
the merge request at https://bugs.goffi.org/mr/view/3 was a good basis, but not fully working ("default" dir was removed), this patch fixes it, and do some improvments:
- moved "default" in "sat_templates" dir, which correspond to the python module, so it can be found easily from python
- added VERSION, and mercurial hash detection, in the same way as for Cagou and backend
- slight modification of classifiers
- replaces tabs coming from MR by spaces
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 02 Jun 2018 17:25:43 +0200 |
parents | default/static/invitation.css@529fff4473c1 |
children |
comparison
equal
deleted
inserted
replaced
146:7dc00829c32f | 147:33c7ce833d3f |
---|---|
1 #body { | |
2 display: flex; | |
3 flex-direction: column; | |
4 } | |
5 | |
6 .invitation_header { | |
7 flex: 1 | |
8 } | |
9 | |
10 .invitation_header h1,p { | |
11 text-align: center; | |
12 } | |
13 | |
14 #include_main { | |
15 flex: 9 | |
16 } | |
17 | |
18 #include_main { | |
19 width: 100%; | |
20 margin: 0; | |
21 border: none; | |
22 } | |
23 | |
24 footer { | |
25 /* footer should already be displayed in included page */ | |
26 display: none; | |
27 } |