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:43 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
« no previous file with comments | « no previous file | 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,11 +88,6 @@
border-color: #ac2925;
}
-#form.credit-card #recurrent-cancellation
-{
- display: none;
-}
-
/* Paypal */
#form.none button.paypal,
@@ -148,6 +143,11 @@
display: none;
}
+#form.credit-card #recurrent-cancellation
Thomas Greiner 2015/01/07 16:27:19 You can directly merge that selector into the list
saroyanm 2015/01/07 16:30:29 Good point, done.
+{
+ display: none;
+}
+
/* This cannot be #donate because specificity is too low */
#form #donate
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld