Plugin Directory

Changeset 408426


Ignore:
Timestamp:
07/11/2011 05:59:47 PM (15 years ago)
Author:
yonadi.com
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fatextarea/trunk/fatextarea.php

    r407802 r408426  
    44Plugin URI: http://www.yonadi.com
    55Description: change textarea from rtl to ltr .
    6 Version: 1.0
     6Version: 1.1
    77Author: abdolmajed shah bakhsh ( ijbari )
    88Author URI: http://www.yonadi.com/
     
    1111        echo "\n".'<!-- Start fatextarea by abdolmajed -->'."\n";
    1212        echo '<style type="text/css">' . "\n";
    13         echo ' textarea {direction:ltr;}' . "\n";
     13        echo ' textarea {direction:ltr;} #replycontent {direction:rtl!important;' . "\n";
    1414        echo '</style>'."\n";
    1515        echo '<!-- Stop fatextarea by http://yonadi.com -->'."\n";
Note: See TracChangeset for help on using the changeset viewer.