Plugin Directory

Changeset 1038441


Ignore:
Timestamp:
12/04/2014 09:28:55 PM (11 years ago)
Author:
tjsantilo
Message:

bug fixes

Location:
because/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • because/trunk/README.txt

    r1038437 r1038441  
    77Tested up to: 4.0
    88<<<<<<< .mine
    9 Stable tag: 1.5.2
     9Stable tag: 1.5.3
    1010=======
    11 Stable tag: 1.5.2
     11Stable tag: 1.5.3
    1212>>>>>>> .r969865
    1313License: GPLv2 or later
  • because/trunk/public/assets/css/public.css

    r1038437 r1038441  
    518518}
    519519
    520 <<<<<<< .mine
    521520#commentform .comment-form-comment label{
    522521    margin: 0 0 10px 0;
     
    591590
    592591
    593 =======
    594 #commentform .comment-form-comment label{
    595     margin: 0 0 10px 0;
    596     float: none!important;
    597 }
    598 
    599 
    600 #respond textarea{
    601     width: 100%!important;
    602     height: auto!important;
    603     padding: 3px!important;
    604     border-radius: 3px;
    605     border: 1px solid #cccccc!important;
    606 }
    607 
    608 
    609 
    610 /*.joindiscussion,
    611 .comment-form #submit{
    612     background-color:#499bea;
    613     margin:auto;
    614     display:block;
    615     font-size: 2em;
    616     font-weight: 100;
    617     width:90%;
    618     letter-spacing: -0.04em;
    619     color:#ffffff;
    620     text-shadow: 1px 1px #666;
    621     min-height:2em;
    622 }*/
    623 
    624 .joindiscussion, .comment-form #submit{
    625     color: white!important;
    626     background: #bcbcbc!important;
    627     padding: 4px 8px 4px 8px!important;
    628     display: inline-block!important;
    629     border-radius: 3px!important;
    630     border: 0!important;
    631     font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    632     font-weight: 200!important;
    633     line-height: 1.5!important;
    634     width: 80%!important;
    635     font-size: 1.4em!important;
    636     text-transform: initial!important;
    637     display: block!important;
    638     margin: 0 auto!important;
    639     margin-bottom: 10px !important;
    640     box-shadow: none!important;
    641     text-shadow:none!important;
    642     background-image: none!important;
    643     float: none!important;
    644     height: auto!important;
    645     text-indent: 0!important;
    646 }
    647 
    648 #respond .form-submit{
    649     margin: 10px 0 20px 0;
    650 }
    651 
    652 #submit:HOVER
    653 {
    654     background-color:#9F9F9F!important;
    655 }
    656 .form-allowed-tags{
    657     display: none!important;
    658 
    659 }
    660 
    661 
    662 >>>>>>> .r1038433
    663592/*
    664593//----------------------------
  • because/trunk/public/assets/js/public.js

    r1038437 r1038441  
    502502    })
    503503
    504 <<<<<<< .mine
    505504    $('.reply-vote-share-container').mouseover(function(){
    506505        clearTimeout($(this).data('timeout'));     
    507506    });
    508 =======
    509     $('.reply-vote-share-container').mouseover(function(){
    510         clearTimeout(fadeOut);     
    511     });
    512 >>>>>>> .r1038433
    513 
    514 <<<<<<< .mine
     507
    515508    $('.reply-vote-share-container').mouseleave(function(){
    516509            if($(this).children('.comment-social-share').css('opacity') === '1'){
     
    526519                $(this).data('timeout', fadeOut);
    527520            }
    528 =======
    529     $('.reply-vote-share-container').mouseleave(function(){
    530             if($(this).children('.comment-social-share').css('opacity') === '1'){
    531                 $(this).children('.comment-social-share').stop();
    532                 var tempDiv = $(this);
    533                 fadeOut = setTimeout(function(){
    534                     tempDiv.children('.comment-social-share').animate({
    535                         opacity: 0
    536                     },300, function(){
    537                         $(this).css('display','none');
    538                     });
    539                 },700)
    540                    
    541             }
    542 >>>>>>> .r1038433
    543521
    544522           
  • because/trunk/public/class-social-polling.php

    r1038437 r1038441  
    9393       
    9494        // add_filter('wp_insert_comment', array( $this, 'message_reply_email'),  2, 2 );
    95         // add_filter('wp_insert_comment', array( $this, 'message_reply_email'),  2, 2 );
    96 
    9795        // do_action( 'wp_insert_comment', $id, $comment );
    9896         
  • because/trunk/public/includes/class-sp_comments.php

    r1038437 r1038441  
    16741674  <div class="comment-collapse">
    16751675
    1676 <<<<<<< .mine
    16771676
    16781677  <span class="<?php echo comment_vote_choice($comment); ?>">
     
    16831682
    16841683 
    1685 =======
    1686   <?php comment_text() ?>
    1687 
    1688  
    1689 
    1690  
    1691 >>>>>>> .r1038433
    16921684<?php   //Upvote DownVote Actions
    16931685
  • because/trunk/social-polling.php

    r1038437 r1038441  
    3434
    3535<<<<<<< .mine
    36  * Version:           1.5.2
     36 * Version:           1.5.3
    3737=======
    38  * Version:           1.5.2
     38 * Version:           1.5.3
    3939>>>>>>> .r969865
    4040
Note: See TracChangeset for help on using the changeset viewer.