Changeset 2603291
- Timestamp:
- 09/22/2021 10:53:04 PM (5 years ago)
- Location:
- philantro/trunk
- Files:
-
- 1 added
- 3 edited
-
css/philantro-editor.css (added)
-
css/philantro.css (modified) (1 diff)
-
philantro.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
philantro/trunk/css/philantro.css
r2541306 r2603291 1 1 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap'); 2 .philantro-widget{ 3 border: 1px dotted #c6c6c6; 4 border-radius: 2px; 5 font-family: sans-serif; 6 } 7 .philantro-widget .philantro-head-section{ 8 border-bottom: 1px dotted #c6c6c6; 9 padding: 25px; 10 } 11 .philantro-widget .philantro-head{ 12 font-size: 15px; 13 margin-bottom: 10px; 14 display: block; 15 font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif; 16 } 17 .philantro-widget p{ 18 font-size: 14px !important; 19 color: #727272 !important; 20 margin: 0 !important; 21 } 22 .philantro-widget .philantro-settings-container{ 23 display: table; 24 width: 100%; 25 position: relative; 26 } 27 .philantro-widget .philantro-label{ 28 font-size: 14px; 29 margin-bottom: 10px; 30 display: block; 31 font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif; 32 } 33 .philantro-widget .philantro-secondary-settings-container{ 34 display: flex; 35 width: 100%; 36 margin-top: 40px; 37 flex-wrap: nowrap; 38 flex-direction: row; 39 justify-content: space-between; 40 border-top: 1px dotted #c6c6c6; 41 padding-top: 30px; 42 43 } 44 .philantro-widget .philantro-secondary-settings-container .philantro-settings { 45 width: calc(50% - 10px); 46 } 47 .philantro-widget .right-panel{ 48 width: 330px; 49 padding: 25px; 50 display: table-cell; 51 box-sizing: border-box; 52 border-left: 1px dotted #c6c6c6; 53 } 54 .philantro-widget .left-panel{ 55 padding: 25px; 56 display: table-cell; 57 width: auto; 58 box-sizing: border-box; 59 } 60 .philantro-widget input[type="number"], 61 .philantro-widget input[type="text"]{ 62 display: block; 63 width: 100%; 64 box-sizing: border-box; 65 border: 1px solid #999; 66 padding: 5px; 67 text-indent: 5px; 68 margin-top: 25px; 69 } 70 .philantro-widget .philantro-footer{; 71 padding: 20px 25px; 72 background-color: #f1f3f6; 73 font-size: 13px; 74 color: #727272; 75 } 2 76 .notice{ 3 77 display: none !important; -
philantro/trunk/philantro.php
r2542775 r2603291 4 4 * Plugin URI: http://www.philantro.com 5 5 * Description: Welcome to the better way of accepting donations. <strong>Official plugin for the Philantro® platform.</strong><br/> To get started: Activate and then go to your Philantro® settings page on the Wordpress dashboard to set up your Organization ID. 6 * Version: 5.11 6 * Version: 5.11.2 7 7 * Author: Philantro Inc. 8 8 * Author URI: http://www.philantro.com -
philantro/trunk/readme.txt
r2542778 r2603291 4 4 Tags: donations, donation, donation plugin, wordpress donation plugin, GDPR, wp donation, paypal donations, Donation Form, Donate Form, Nonprofits, PayPal Donate, Charity, NGO, Campaign Contributions, Campaign Donations, Donate Page, Donate Plugin, Donation Buttons, Event Ticketing, Contributions, Donate Button, Donation Widget, WordPress Donations 5 5 Requires at least: 4.1 6 Tested up to: 5. 76 Tested up to: 5.8 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html 9 Stable tag: 5.11 9 Stable tag: 5.11.2 10 10 11 11 Securely accept one-time/recurring donations with automated donor records, analytics and more on the perfect dashboard. … … 73 73 = For more information = 74 74 [Philantro](https://www.philantro.com), 75 [T ry Philantro](https://www.philantro.com/sign-up.php),75 [Tour the Philantro Platform](https://www.philantro.com/sign-up.php), 76 76 [Pricing](https://www.philantro.com/pricing.php) 77 77
Note: See TracChangeset
for help on using the changeset viewer.