Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremium.css |
— | — | @@ -0,0 +1,109 @@ |
| 2 | +.payflow-cc-form-section { |
| 3 | + float: none; |
| 4 | + margin-right: 0em; |
| 5 | + margin-bottom: 1em; |
| 6 | +} |
| 7 | + |
| 8 | +#payflowpro_gateway-cc_form_container { |
| 9 | + width: 100%; |
| 10 | +} |
| 11 | + |
| 12 | +#payflowpro_gateway-cc_form_form { |
| 13 | + width: 475px; |
| 14 | + float: right; |
| 15 | + margin-left: 2em; |
| 16 | + padding-left: 2em; |
| 17 | + border-left: 1px solid #BBBBBB; |
| 18 | +} |
| 19 | + |
| 20 | +#payflowpro_gateway-cc_form_letter { |
| 21 | + height: 100%; |
| 22 | +} |
| 23 | + |
| 24 | +#payflowpro_gateway-cc_form_letter p { |
| 25 | + font-size: 1.125em; |
| 26 | + margin-bottom: 1.2em; |
| 27 | +} |
| 28 | + |
| 29 | +#payflowpro_gateway-personal-info { |
| 30 | + margin-right:0 !important; |
| 31 | +} |
| 32 | + |
| 33 | +#payflowpro_gateway-donate-addl-info-secure-logos { |
| 34 | + float: left; |
| 35 | + margin-right: 2em; |
| 36 | +} |
| 37 | + |
| 38 | +#payflowpro_gateway-cc_form_letter_inside { |
| 39 | + padding-top: .5em; |
| 40 | +} |
| 41 | + |
| 42 | +#payflowpro_gateway-cc_otherways { |
| 43 | + padding-top: .5em; |
| 44 | + display: block; |
| 45 | +} |
| 46 | +#payflowpro_gateway-donate-addl-info { |
| 47 | + margin-top:3em !important; |
| 48 | + margin-bottom:1em !important; |
| 49 | +} |
| 50 | + |
| 51 | +#appeal { |
| 52 | + background-color:transparent; |
| 53 | + border-color:transparent; |
| 54 | + border-style:solid; |
| 55 | + border-width:1px 0 1px 1px; |
| 56 | + padding:16px 24px 24px; |
| 57 | +} |
| 58 | +#appeal-head { |
| 59 | + font-size:1.5em; |
| 60 | + line-height:1.125em; |
| 61 | + padding-bottom:0.5em; |
| 62 | + padding-top:0.125em; |
| 63 | +} |
| 64 | +#appeal-body { |
| 65 | + font-size:1.125em; |
| 66 | + margin-bottom:1em; |
| 67 | + padding:0.2em 0; |
| 68 | +} |
| 69 | +#donate { |
| 70 | + background-color:#ddd; |
| 71 | + border:1px solid black; |
| 72 | + padding:16px 24px 24px; |
| 73 | + width:400px; |
| 74 | +} |
| 75 | +#donate-head { |
| 76 | + border-color:#aaa; |
| 77 | + font-size:1.5em; |
| 78 | + line-height:1.125em; |
| 79 | + padding-bottom:0.5em; |
| 80 | + padding-top:0.125em; |
| 81 | +} |
| 82 | +#donate-body { |
| 83 | + font-size:1.125em; |
| 84 | + margin-bottom:1em; |
| 85 | +} |
| 86 | + |
| 87 | +/* Move the form up */ |
| 88 | +#mw-head-base { |
| 89 | + height: 1em !important; |
| 90 | +} |
| 91 | + |
| 92 | +/* Hiding content border */ |
| 93 | +table { |
| 94 | + background-color: transparent; |
| 95 | +} |
| 96 | +div#content { |
| 97 | + background-color: transparent !important; |
| 98 | + background-image: none !important; |
| 99 | +} |
| 100 | +div#mw-head-base { |
| 101 | + background-image: none !important; |
| 102 | +} |
| 103 | +#footer { |
| 104 | + background-image: none !important; |
| 105 | +} |
| 106 | + |
| 107 | +/* Hiding stuff we don't need */ |
| 108 | +h1#firstHeading, div#contentSub { |
| 109 | + display: none; |
| 110 | +} |