Changeset - c289280dd5fd
[Not reviewed]
default
0 2 0
Dennis Fink - 3 years ago 2022-02-25 22:45:07
dennis.fink@c3l.lu
Fix layout
2 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
c3l_membership/static/pdf.css
Show inline comments
 
@page {
 
  size: A4;
 
  margin-top: 1cm;
 
  margin-top: 0.5cm;
 
  margin-left: 2cm;
 
  margin-right: 2cm;
 
  margin-bottom: 1cm;
 
  margin-bottom: 0.5cm;
 
}
 

	
 
body {
 
  font-size: 1em;
 
}
 

	
 
img {
 
  width: 250px;
 
  display: block;
 
  margin-bottom: 1.5em;
 
  margin-bottom: 1em;
 
}
 

	
 
h1 {
 
  text-decoration: underline;
 
  font-size: 1.2em;
 
}
 
@@ -55,13 +55,13 @@ footer {
 
  font-size: 0.75em;
 
  text-align: center;
 
  width: 100%;
 
}
 

	
 
.signature {
 
  padding-top: 1em;
 
  padding-top: 0.5em;
 
}
 

	
 
.membersignature {
 
  height: 2em;
 
  width: 45%;
 
  border-bottom: 1px solid #000;
c3l_membership/templates/member.html
Show inline comments
 
@@ -124,11 +124,11 @@
 
        {{ _("Signature of your legal representative") if form.minor_member.data else _("Your signature") }}
 
      </p>
 
    </div>
 
    <footer>
 
      <hr />
 
      <b>C</b>haos <b>C</b>omputer <b>C</b>lub <b>L</b>ëtzebuerg A.S.B.L.<br />
 
      Halle Victor Hugo - 60 Avenue Victor Hugo L-1750 Luxembourg (Europe)<br />
 
      Halle Victor Hugo - 60 Avenue Victor Hugo L-1750 Luxembourg<br />
 
      info@c3l.lu - <a href="https://c3l.lu">http://c3l.lu</a>
 
    </footer>
 
  </body>
 
</html>
0 comments (0 inline, 0 general)