Plugin Directory

Changeset 962374


Ignore:
Timestamp:
08/08/2014 12:02:04 PM (12 years ago)
Author:
DragonOfDev
Message:

Update 2.0

  • update sendinblue api
  • Add management functionality (List, Contact, Stat, Form
  • Update UI based bootstrap
Location:
mailin/trunk
Files:
103 added
34 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • mailin/trunk/css/admin.css

    r756043 r962374  
    1 #wpbody #wpbody-content .wrap {font-size:13px;}
    2 #wpbody #wpbody-content .wrap a {text-decoration:underline;}
     1
     2#adminmenuwrap {
     3    clear: left;
     4}
     5#adminmenuback {
     6    z-index: 0 !important;
     7}
     8body {
     9    height: auto !important;
     10    background: #F1F1F1 !important;
     11}
     12
     13.btn:focus, .btn.active:focus, .btn:active, .btn.active {
     14    outline: none !important;
     15}
     16#main-content .panel-default > .page-header {
     17    background-color: transparent !important;
     18}
     19.breadcrumb {
     20    background-color: transparent !important;
     21}
     22.clearfix {
     23    clear: both;
     24}
     25
     26.box-border-box {
     27    -moz-box-sizing: border-box;
     28    -webkit-box-sizing: border-box;
     29    box-sizing: border-box;
     30}
     31
     32#wrap {
     33    margin-top: 20px;
     34}
     35
     36#logo-img {
     37    margin-right: 10px;
     38    width: 154px;
     39}
     40
     41#wrap-right-side {
     42    padding-left: 30px;
     43}
     44
     45.sidebar-widget {
     46    padding: 5px 15px;
     47    margin-bottom: 30px;
     48    min-height: 150px;
     49}
     50
     51.small-content {
     52    margin-top: 20px;
     53}
     54div.title {
     55    border-bottom: 1px solid #333;
     56    margin-right: 20px;
     57    margin-bottom: 20px;
     58}
     59
     60.input-field {
     61    margin-bottom: 10px;
     62}
     63
     64div.small-content1 {
     65    margin-top: 20px;
     66}
     67
     68.sub-title {
     69    font-size: 16px;
     70    margin-bottom: 10px;
     71    text-decoration: underline;
     72}
     73div.tooltip {
     74    width: 350px !important;
     75}
     76button#send_email_btn {
     77    margin-top: 10px;
     78}
     79div#email_send_field{
     80    margin-top: 10px;
     81}
     82input.has-success {
     83    border-color: #3c763d;
     84    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     85    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     86}
     87input.error {
     88    border-color: rgb(196, 32, 74) !important;
     89    background-color: rgb(255, 255, 255);
     90}
     91ol.sib-bread {
     92    margin-top: 30px;
     93}
     94.sib-widget-title {
     95    margin-top: 10px;
     96    margin-bottom: 30px;
     97}
     98.sib-widget-menu {
     99    margin-top: 20px;
     100}
     101
     102div#sib-field-form {
     103    margin: 10px;
     104    padding: 0px;
     105    -moz-box-sizing: border-box;
     106    -webkit-box-sizing: border-box;
     107    box-sizing: border-box;
     108    /*min-height: 200px;*/
     109}
     110
     111div.small-content-1 {
     112    margin-top: 10px;
     113}
     114
     115div.small-content2 {
     116    display: block;
     117    margin-left: 15px;
     118    margin-right: 15px;
     119}
     120div#main-content textarea{
     121    padding-left: 3px;
     122}
     123/* ---------------------- */
     124
     125.popover.right > .arrow {
     126    width: 0;
     127    height: 0;
     128    border-left: transparent !important;
     129    border-top: 10px solid transparent !important;
     130    border-bottom: 10px solid transparent !important;
     131    border-right:10px solid #dddddd !important;
     132    margin-left: 0px !important;
     133}
    3134
    4135
    5 .mailin_row {clear:both; width:670px; width:100%; border:1px solid; background:none repeat scroll 0 0 #EBEDF4; margin-top:40px;}
    6 .mailin-logo {float:left; margin:0px 15px 30px 0px;}
    7 .slogan {float:left;font-weight:bold; padding:25px 0px 0px 0px; color:#268CCD;}
     136#wrap-right-side #wrap-right-side p, #wrap-right-side a, #wrap-right-side span, #wrap-right-side strong {
     137    font-size: 12px !important;
     138}
     139div#main-content, div#main-content p, div#main-content a, div#main-content span, div#main-content strong {
     140    font-size: 14px;
     141}
    8142
    9 fieldset img {padding:0 4px 0 0; vertical-align:bottom;}
    10 fieldset.fields {margin-bottom:10px; padding:20px 0 0 10px; position:relative;}
    11     fieldset.fields legend {background-color:#EBEDF4; border:1px solid #DFD5C3; margin:0; padding:0.2em 0.5em; text-align:left; position:absolute; top:-15px; float:left; display:inline; width:inherit !important; font:bold 13px Arial;}
    12     .contact-details {float:right; width:350px; height:205px; margin-right:12px; border:dashed 1px #666; padding:8px; margin-left:12px; margin-top:10px;}
     143input[type=radio]:focus {
     144    outline: 0 !important;
     145}
     146.page-header {
     147    margin-top: 20px !important;
     148    padding-left: 15px !important;
     149    padding-top: 0px !important;
     150    padding-bottom: 20px !important;
     151    margin-bottom: 10px !important;
     152}
    13153
     154.popover-help-form {
     155    cursor: pointer;
     156}
    14157
    15 
    16 /*Blog Form*/
    17 .blog_form h3 {margin:0px; color:#000; background:-moz-linear-gradient(center top , #F9F9F9, #ECECEC) repeat-x scroll left top #ECECEC; padding:4px 6px; font-size:13px;}
    18 .blog_table td, .blog_table th {padding:5px;}
    19 
    20 .pagination{width:620px; height:25px; margin:0 auto;}
    21 .pagination ul li{list-style:none; float:left; border:1px solid #000; padding:2px 6px 2px 6px; margin:0 3px 0 3px; font-family:arial; font-size:12px; color:#000; font-weight:bold; background-color:#f2f2f2;}
    22 .pagination ul li:hover{color:#fff; background-color:#000; cursor:pointer;}
    23 
    24 .pagination ul li.inactive,
    25 .pagination ul li.inactive:hover{background-color:#ededed; color:#bababa; border:1px solid #bababa; cursor:default;}
    26 
    27 #mySelectBox{width:260px; height:150px;}
    28 ul.listt {text-align:justify; margin:8px 0px 8px 0px;list-style:none; padding:0px;}
    29 ul.listt li:before{ content:"-"; position:relative; left:-5px;}
    30 ul.listt li{ text-indent:-5px; padding:5px 0px 5px 10px;}
  • mailin/trunk/readme.txt

    r846862 r962374  
    11=== SendinBlue Subscribe Form And WP SMTP ===
    2 Contributors: neeraj_slit
     2Contributors: SendinBlue
    33Tags: mailin,mailinblue,sendinblue, mail, wordpress smtp, phpmailer, smtp, wp_mail, email, gmail, outgoing mail, privacy, security, sendmail, ssl, tls, wp-phpmailer, mail smtp, wp smtp, mailchimp, marketing, newsletter, plugin, signup, widget,  batch sending, bounce, cron, mail throttling, mailing list, multilanguage, send, signup, subscribe, subscription
    44Requires at least: 3.0
    5 Tested up to: 3.8
    6 Stable tag: 1.8
     5Tested up to: 3.9.2
     6Stable tag: 2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.