Changeset 78

Show
Ignore:
Timestamp:
06/25/07 11:09:43 (2 years ago)
Author:
pdingle
Message:

updated images to use the official infocard logo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/infocard.css

    r56 r78  
    300300#pw_login_submit { 
    301301        display: block; 
    302         height: 75px; 
     302        height: 80px; 
    303303        width: 18em; 
    304304        border: none; 
     
    307307        font-size: 1.5em; 
    308308        margin-left: 15%; 
    309         background: transparent url( pwlib/images/cardlogo.gif ) no-repeat; 
     309        background: transparent url( pwlib/images/infocard_114x80.png ) no-repeat; 
    310310} 
    311311#showrpobject { 
  • trunk/wp-infocard/pw-config.php

    r77 r78  
    2929define ('PW_SITEMESGURL', PW_PLUGINURL . '/site-messages/infocard-usermessage.php'); 
    3030define ('PW_SECURESITEURL', get_settings('securesiteurl') ); 
    31 define ('PW_FP_ICON', 'ic-logo-wb-icon.png' ); // icon must be in /pwlib/images/ic-logo 
     31define ('PW_FP_ICON', 'infocard_60x42.png' ); // icon must be in /pwlib/images/ic-logo 
    3232?> 
  • trunk/wp-infocard/wp/admin.pw.php

    r77 r78  
    212212                        . __('Information Card Login') 
    213213                        . '"><img src="' 
    214                         . PW_IMGURL . '/ic-logo/' .PW_FP_ICON  
     214                        . PW_IMGURL . '/' .PW_FP_ICON  
    215215                        . '"/></a></li>'; 
    216216                } 
     
    227227                        <?php _e('Login or Register using an Information Card'); ?> 
    228228                        <br/> 
    229                         <img src="<?php echo PW_IMGURL; ?>/ic-logo/ic-logo-blue-icon-wp-login2.png" /> 
     229                        <img src="<?php echo PW_IMGURL; ?>/infocard_60x42.png" style="padding:10px" /> 
    230230                </a> 
    231231                &nbsp; <a alt="<?php echo __('What is this?'); ?>" style="border-bottom: none; color: #fff"  href="http://pamelaproject.com/"> 
  • trunk/wp-infocard/wp/login/login.pw.php

    r56 r78  
    1313                print get_settings('siteurl') . "/wp-admin/";    
    1414        } //end function printRedirect   
    15  
    16         function printInfocardLogo(){ 
    17                 print PW_IMGURL . "/cardlogo.gif"; 
    18         } 
    1915 
    2016        function printTokenType(){