Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: donate-head.html

Issue 6691530349740032: issue 1689 - Don't show subscription cancellation text at donation page if credit card donation is … (Closed)
Patch Set: Created Jan. 7, 2015, 2:24 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« donate-body.html ('K') | « donate-body.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: donate-head.html
===================================================================
--- a/donate-head.html
+++ b/donate-head.html
@@ -88,6 +88,11 @@
border-color: #ac2925;
}
+#form.credit-card #recurrent-cancellation
Thomas Greiner 2015/01/07 14:35:01 I think this should rather be added under the "Sec
saroyanm 2015/01/07 14:44:49 Good point, done
+{
+ display: none;
+}
+
/* Paypal */
#form.none button.paypal,
« donate-body.html ('K') | « donate-body.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld