Plugin Directory

Changeset 868239


Ignore:
Timestamp:
03/02/2014 10:47:05 PM (12 years ago)
Author:
bulini
Message:

Admin interface and cool buttons by max

Location:
sendit/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sendit/trunk/libs/constants.php

    r865004 r868239  
    44define('SENDIT_EMAIL_TABLE', $wpdb->prefix . "nl_email");
    55define('SENDIT_LIST_TABLE', $wpdb->prefix . "nl_liste");
    6 define('SENDIT_VERSION', '2.2.9');
     6define('SENDIT_VERSION', '2.3.0');
    77define('SENDIT_DB_VERSION', '2.1.0');
    88
  • sendit/trunk/readme.txt

    r865004 r868239  
    55Requires at least: 3.0.1
    66Tested up to: 3.8.1
    7 Stable tag: 2.2.9
     7Stable tag: 2.3.0
    88
    99Sendit is a friendly and easy newsletter and mailing lists plugin for Wordpress, born to make newsletter delivery management a great experience.
     
    3131
    3232= Changelog =
     33* 2.3.0 Admin css improvements
    3334* 2.2.9 Newsletter duplication - enables you to duplicate newsletters, useful when you have newsletters that you want to replicate.
    3435* 2.2.8 Smtp hard fixes and debug - improved compatibility for better cron job integration
  • sendit/trunk/sendit-admin.css

    r859005 r868239  
    3232
    3333    text-align: center;
    34     height: 200px;
    35     width:30%;
     34    width:32%;
    3635    float:left;
    3736    border-radius:5px;
    38     margin-right: 5px;
     37    margin-right: 0.8%;
    3938    margin-bottom: 20px;
    40     padding:0 10px 0px 10px;;
     39    padding:0 10px 0px 10px;
     40    box-shadow: 1px 1px 19px #CFCFCF;
     41    box-shadow: 1px 1px 19px #CFCFCF;
     42    -webkit-box-sizing: border-box;
     43    -moz-box-sizing: border-box;
     44    box-sizing: border-box;
    4145}
    4246
    4347.sendit_box_menu h2{
    44 padding-bottom: 120px;
    45 color: #FF6600;
     48    padding-bottom: 120px;
     49    color: #2B3030;
     50    text-transform: uppercase;
     51    font-size: 1.3em;
     52    font-family: Helvetica, arial, sans-serif;
    4653}
    4754.sendit_actionbuttons{
    48 padding:15px !important;
    49 width:200px !important;
    50 margin-left: 50%;
    51 margin-bottom: 20px;
    52 display:block;
     55    margin-left: 50%;
     56    margin-bottom: 20px;
     57    display:block;
     58}
     59#sendit-banner span a,
     60#template_choice a.button-primary.send_to_editor,
     61.sendit_box_menu a.button-primary{
     62    border-width: 2px;
     63    border-color: #5EB380;
     64    background: #40BC69;
     65    color: #fff;
     66    text-decoration: none;
     67    -webkit-box-shadow:none;
     68    display: inline-block;
     69    padding: 15px 20px;
     70    height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
     71    margin-bottom: 25px;
     72    border: 3px solid rgba(0, 0, 0, 0);
     73    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
     74
     75}
     76#sendit-banner span a{
     77    line-height: inherit;
     78    padding:2px 5px;
     79    margin-bottom: 0;
     80    text-shadow: none;
    5381}
    5482
     83#sendit-banner span a:hover,
     84.sendit_box_menu a.button-primary:hover{
     85    border-width: 2px;
     86    border-color: #5EB380;
     87    text-decoration: none;
     88    -webkit-box-shadow:none;
     89    -webkit-transition: all 200ms ease-in-out;
     90    -moz-transition: all 200ms ease-in-out;
     91    -o-transition: all 200ms ease-in-out;
     92    -ms-transition: all 200ms ease-in-out;
     93    transition: all 200ms ease-in-out;
     94    text-shadow:none;
     95    border: 3px solid #40BC69; color: #40BC69; background: rgba(0, 0, 0, 0); box-shadow: none;
     96}
    5597.sendit_box_menu a{
    56 padding:10px;
    57 width:200px !important;
    58 display:block;
    59 margin:0 auto;
     98    padding:10px;
     99    display:block;
     100    margin:0 auto;
     101    text-transform: uppercase;
    60102}
    61103
  • sendit/trunk/sendit.php

    r865004 r868239  
    44Plugin URI: http://www.giuseppesurace.com/sendit-wp-newsletter-mailing-list/
    55Description: Wordpress newsletter plugin. Sendit is a friendly and easy newsletter and mailing lists plugin for WordPress, born to make newsletter delivery management a great experience.
    6 Version: 2.2.9
     6Version: 2.3.0
    77Author: Giuseppe Surace
    88Author URI: http://sendit.wordpressplanet.org
Note: See TracChangeset for help on using the changeset viewer.