1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-03 17:07:11 +00:00

minor textarea fixes

This commit is contained in:
Andrew Dolgov
2015-08-11 18:44:07 +03:00
parent c1ebb6cdf7
commit fb8a032a6b
6 changed files with 6 additions and 6 deletions

View File

@@ -975,7 +975,7 @@ class Pref_Prefs extends Handler_Protected {
print "<table width='100%'><tr><td>";
print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
style='font-size : 12px; width : 100%; height: 200px;'
style='font-size : 12px; width : 98%; height: 200px;'
placeHolder='body#ttrssMain { font-size : 14px; };'
name='value'>$value</textarea>";
print "</td></tr></table>";