Updated Code of Honor.

Commit
a9545c7fd324475710c2166514dcd4a62622f9e2
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
app/assets/stylesheets/components/code_of_honor.css
index dbbd2675..1314b9a2 100644..100644
@@ -1,11 +1,11 @@
1 1 #code-of-honor {
2 Removed: width: 50%;
2 Added: max-width: 60%;
3 3 margin: 1em auto;
4 4 padding: 1em;
5 5 color: white;
6 Removed:
7 6 border-radius: 1em;
8 7 }
8 Added:
9 9 #code-of-honor.accepted { background-color: forestgreen; }
10 10 #code-of-honor.rejected { background-color: firebrick; }
11 11
app/views/home/_code_of_honor.html.erb
index 517a73ea..9d6a7ee7 100644..100644
@@ -3,8 +3,7 @@
3 3 <p>
4 4 Tout Tartifleur s'engage à voter dans le respect de la
5 5 tradition de la WTT. Il ou elle se doit de voter en toute
6 Removed: honnêteté intellectuelle afin de favoriser un résultat mérité
7 Removed: !
6 Added: honnêteté afin de favoriser un résultat mérité !
8 7 </p>
9 8 <% if session[:agreed_to_code_of_honor] %>
10 9 <%= button_to "Renéguer", toggle_code_of_honor_path %>