Plugin Directory

Changeset 2603291


Ignore:
Timestamp:
09/22/2021 10:53:04 PM (5 years ago)
Author:
Philantro
Message:

Update widget styling to conform to Wordpress 5.8 standards.

Location:
philantro/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • philantro/trunk/css/philantro.css

    r2541306 r2603291  
    11@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}
    276.notice{
    377    display: none !important;
  • philantro/trunk/philantro.php

    r2542775 r2603291  
    44     * Plugin URI: http://www.philantro.com
    55     * Description: Welcome to the better way of accepting donations. <strong>Official plugin for the Philantro&reg; platform.</strong><br/> To get started: Activate and then go to your Philantro&reg; settings page on the Wordpress dashboard to set up your Organization ID.
    6      * Version: 5.11
     6     * Version: 5.11.2
    77     * Author: Philantro Inc.
    88     * Author URI: http://www.philantro.com
  • philantro/trunk/readme.txt

    r2542778 r2603291  
    44Tags: 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
    55Requires at least: 4.1
    6 Tested up to: 5.7
     6Tested up to: 5.8
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    9 Stable tag: 5.11
     9Stable tag: 5.11.2
    1010
    1111Securely accept one-time/recurring donations with automated donor records, analytics and more on the perfect dashboard.
     
    7373= For more information =
    7474[Philantro](https://www.philantro.com),
    75 [Try Philantro](https://www.philantro.com/sign-up.php),
     75[Tour the Philantro Platform](https://www.philantro.com/sign-up.php),
    7676[Pricing](https://www.philantro.com/pricing.php)
    7777
Note: See TracChangeset for help on using the changeset viewer.