Trying to get dynamic helptext for selecting payment methods

This commit is contained in:
2013-01-25 22:30:05 -07:00
parent e9c648d36e
commit 8ab6fa10ea
10 changed files with 52 additions and 7 deletions

View File

@@ -75,3 +75,5 @@ dt { font-weight: bold; }
.notice { color: green; }
.alert { color: red; }
.hidden, .hidden a { color: #ccc; }
.payment_instructions { display: none }

View File

@@ -4,3 +4,5 @@
.iconinfo, .hoverinfo { font-size: 1.5em; }
.hoverinfo { cursor: progress; }
textarea { height: 10em; }