diff options
author | Alban Gruin | 2018-01-17 19:13:33 +0100 |
---|---|---|
committer | Alban Gruin | 2018-01-17 21:32:59 +0100 |
commit | dd1758f543d45376ea64d6846152fbf229b936f9 (patch) | |
tree | ae094b0d689a1440c763e264f9474cd7a991053f /static/celcatsanitizer/style.css | |
parent | 8418b6b82e892a435b16f2be90ae94bb7961416b (diff) |
Meilleur formatage du formulaire avec des tableaux
Diffstat (limited to 'static/celcatsanitizer/style.css')
-rw-r--r-- | static/celcatsanitizer/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/celcatsanitizer/style.css b/static/celcatsanitizer/style.css index 825d140..b9d5dd9 100644 --- a/static/celcatsanitizer/style.css +++ b/static/celcatsanitizer/style.css @@ -36,6 +36,12 @@ li.course { margin-bottom: 20px; } +th { + text-align: right; + font-weight: normal; + vertical-align: top; +} + @media print { body, .content { max-width: none; |