Changeset 95


Ignore:
Timestamp:
03/24/2009 12:23:22 PM (3 years ago)
Author:
ofer
Message:

Slightly better css for translation images

Location:
trunk/WordPress/plugin/transposh
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/transposh.css

    r48 r95  
    2727#overDiv table tr:hover { 
    2828    background-color:#225588;} 
     29 
     30.post .postbody .tr_img_, .attachment .tr_img_, .navigation .alignleft .tr_img_, .navigation .alignright .tr_img_, 
     31.tr_img_ { 
     32    border: 0px;  
     33    margin: 0px; 
     34} 
    2935 
    3036/* 
  • trunk/WordPress/plugin/transposh/transposh.php

    r94 r95  
    293293        } 
    294294 
    295         $img = "<img src=\"$plugin_url/translate$add_img.png\" alt=\"translate\" id=\"" . IMG_PREFIX . "$segment_id\" ". 
     295        $img = "<img src=\"$plugin_url/translate$add_img.png\" alt=\"translate\" class=\"".IMG_PREFIX."\" id=\"" . IMG_PREFIX . "$segment_id\" ". 
    296296           "onclick=\"translate_dialog('$original','$translation','$segment_id'); return false;\" ". 
    297297           "onmouseover=\"hint('$original'); return true;\" ". 
     
    687687        } 
    688688        //include the transposh.css 
    689         wp_enqueue_style("transposh","$plugin_url/transposh.css",array(),'1.0'); 
     689        wp_enqueue_style("transposh","$plugin_url/transposh.css",array(),'1.0.1'); 
    690690        logger("Added transposh_css"); 
    691691} 
Note: See TracChangeset for help on using the changeset viewer.