Changeset - 9c40bf2e6024
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-04 01:43:28
bkuhn@ebb.org
supporter-form & support-form-submit: class,not id

These should be classes, not ids, and the ids should identify whether
it's the monthly or the annual form.
2 files changed with 7 insertions and 7 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/forms.css
Show inline comments
 
#supporter-form label {
 
.supporter-form label {
 
    display: inline-block;
...
 
@@ -8,3 +8,3 @@
 
}
 
#supporter-form-submit {
 
.supporter-form-submit {
 
    padding-left: 20em;
...
 
@@ -14,3 +14,3 @@
 

	
 
#supporter-form div {
 
.supporter-form div {
 
    margin-top: 1em;
www/conservancy/static/supporter/index.html
Show inline comments
...
 
@@ -135,3 +135,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
<a id="annual"></a>
 
<form id="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
 
<form id="annual" class="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
 
<div id="supporter-form-inputs">
...
 
@@ -178,3 +178,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <br /></div>
 
                      <div id="supporter-form-submit">
 
                      <div id="annual" class="supporter-form-submit">
 
                      <input type="image"
...
 
@@ -195,3 +195,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
  monthly supporters for 12 months.</p>
 
<form id="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<form id="monthly" class="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<div id="supporter-form-inputs">
...
 
@@ -243,3 +243,3 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <br /></div>
 
                      <div id="supporter-form-submit">
 
                      <div id="monthly" class="supporter-form-submit">
 
                      <input type="image"
0 comments (0 inline, 0 general)