Changeset 79

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

fixed padding for frontpage icon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/wp/admin.pw.php

    r78 r79  
    207207                if( !$current_user->ID ) 
    208208                { 
    209                        $chunk ='</li><li><a href="' 
     209                        // note I set the CSS styles inline because otherwise 
     210                        // the user has to link infocard.css - not worth it 
     211                        // for this one icon 
     212                       $chunk ='</li><li><a id="pw_frontpage_icon" href="' 
    210213                        . PW_SECUREPLUGINURL .'/' . PW_PLUGIN 
    211214                        . '/login/infocard-login.php" alt="' 
     
    213216                        . '"><img src="' 
    214217                        . PW_IMGURL . '/' .PW_FP_ICON  
    215                         . '"/></a></li>'; 
     218                        . '" style="padding:5px"/></a></li>'; 
    216219                } 
    217220                return $link . $chunk;