Changeset 408426
- Timestamp:
- 07/11/2011 05:59:47 PM (15 years ago)
- File:
-
- 1 edited
-
fatextarea/trunk/fatextarea.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fatextarea/trunk/fatextarea.php
r407802 r408426 4 4 Plugin URI: http://www.yonadi.com 5 5 Description: change textarea from rtl to ltr . 6 Version: 1. 06 Version: 1.1 7 7 Author: abdolmajed shah bakhsh ( ijbari ) 8 8 Author URI: http://www.yonadi.com/ … … 11 11 echo "\n".'<!-- Start fatextarea by abdolmajed -->'."\n"; 12 12 echo '<style type="text/css">' . "\n"; 13 echo ' textarea {direction:ltr;} ' . "\n";13 echo ' textarea {direction:ltr;} #replycontent {direction:rtl!important;' . "\n"; 14 14 echo '</style>'."\n"; 15 15 echo '<!-- Stop fatextarea by http://yonadi.com -->'."\n";
Note: See TracChangeset
for help on using the changeset viewer.