Index: trunk/extensions/FundraiserPortal/FundraiserPortal.php |
— | — | @@ -37,11 +37,11 @@ |
38 | 38 | ); |
39 | 39 | |
40 | 40 | // Set this to the public path where your js is pulled from |
41 | | -$wgFundraiserPortalPath = 'http://192.168.250.128/sandbox'; |
| 41 | +$wgFundraiserPortalPath = ''; |
42 | 42 | |
43 | 43 | // Set this to the systme path location that the button js file will be written to |
44 | 44 | // Must be reachable by the address in $wgNoticeProjectPath |
45 | | -$wgFundraiserPortalDirectory = '/var/www/sandbox'; |
| 45 | +$wgFundraiserPortalDirectory = ''; |
46 | 46 | |
47 | 47 | // Only running this on wikipedia for now |
48 | 48 | $wgFundraiserPortalProject = 'wikipedia'; |
Index: trunk/extensions/FundraiserPortal/Templates/Sapphire.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | /* Vector Style */ |
23 | 23 | body.skin-vector div#p-DONATE { |
24 | 24 | padding-top: 0; |
| 25 | + margin-bottom: 0.6em; |
25 | 26 | } |
26 | 27 | body.skin-vector div#p-DONATE h5 { |
27 | 28 | display: none; |
Index: trunk/extensions/FundraiserPortal/Templates/Tourmaline.css |
— | — | @@ -20,6 +20,7 @@ |
21 | 21 | /* Vector Style */ |
22 | 22 | body.skin-vector div#p-DONATE { |
23 | 23 | padding-top: 0; |
| 24 | + margin-bottom: 0.6em; |
24 | 25 | } |
25 | 26 | body.skin-vector div#p-DONATE h5 { |
26 | 27 | display: none; |
Index: trunk/extensions/FundraiserPortal/Templates/Ruby.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | /* Vector Style */ |
23 | 23 | body.skin-vector div#p-DONATE { |
24 | 24 | padding-top: 0; |
| 25 | + margin-bottom: 0.6em; |
25 | 26 | } |
26 | 27 | body.skin-vector div#p-DONATE h5 { |
27 | 28 | display: none; |
Index: trunk/extensions/FundraiserPortal/Templates/RubyText.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | /* Vector Style */ |
23 | 23 | body.skin-vector div#p-DONATE { |
24 | 24 | padding-top: 0; |
| 25 | + margin-bottom: 0.6em; |
25 | 26 | } |
26 | 27 | body.skin-vector div#p-DONATE h5 { |
27 | 28 | display: none; |