Ignore:
Timestamp:
03/10/2010 08:38:39 AM (2 years ago)
Author:
zhongzhen
Message:

Bookmark align style error fix ticket #235
/bookmarks/api/posts_public.php 176th code line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_zhongzhen2/bookmarks/api/posts_public.php

    r103 r1409  
    172172                $rating         = $ratingservice->GetBookmarkRating( md5($row['bAddress']) ); 
    173173                $ratedstarwidth = 10 * $rating; 
     174                 
     175                // Fixed by zhongzhen - 'margin-top: -10px' must be removed in below code line. 
    174176                $ratingstars    = '<span style="background:transparent url(' . RR_COMMON_SKIN_DIRECTORY . '/images/stars-10x10.gif) repeat scroll left top;' 
    175                                 .              'width:50px; float:right; height:10px; position:relative; margin-top:-10px; margin-right:13px;">' 
     177                                .              'width:50px; float:right; height:10px; position:relative; margin-right:13px;">' 
    176178                                . '<div  style="background:transparent url(' . RR_COMMON_SKIN_DIRECTORY . '/images/stars-10x10.gif) repeat scroll left bottom; ' 
    177179                                .              'overflow:hidden; width: ' . $ratedstarwidth . 'px;">' 
Note: See TracChangeset for help on using the changeset viewer.