]> git.wh0rd.org - tt-rss.git/commitdiff
minor textarea fixes
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 11 Aug 2015 15:44:07 +0000 (18:44 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 11 Aug 2015 15:44:07 +0000 (18:44 +0300)
classes/article.php
classes/pref/feeds.php
classes/pref/prefs.php
css/dijit.css
plugins/mail/init.php
plugins/note/init.php

index d43c04f241fb1c90d5afe0bfc4b2453dc3a72a12..bcd249873633a33089db437a170999c1f0783b8b 100644 (file)
@@ -190,7 +190,7 @@ class Article extends Handler_Protected {
                print "<table width='100%'><tr><td>";
 
                print "<textarea dojoType=\"dijit.form.SimpleTextarea\" rows='4'
-                       style='font-size : 12px; width : 100%' id=\"tags_str\"
+                       style='font-size : 12px; width : 98%' id=\"tags_str\"
                        name='tags_str'>$tags_str</textarea>
                <div class=\"autocomplete\" id=\"tags_choices\"
                                style=\"display:none\"></div>";
index 96a234af09dcdaa46720febb14184892a0d97d61..4194eda98d6967a012cb7996eef95bbbe6a18b15 100644 (file)
@@ -1827,7 +1827,7 @@ class Pref_Feeds extends Handler_Protected {
                }
                print "</td></tr><tr><td colspan='2'>";
                print "<textarea
-                       style='font-size : 12px; width : 100%; height: 200px;'
+                       style='font-size : 12px; width : 98%; height: 200px;'
                        placeHolder=\"".__("Feeds to subscribe, One per line")."\"
                        dojoType=\"dijit.form.SimpleTextarea\" required=\"1\" name=\"feeds\"></textarea>";
 
index cda58edbd1229fd5cc05871f0e6cb762b82d464d..fe88218ba5bc5b45d4f984c85f4b062553116695 100644 (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>";
index e08e410a19800180f5223b664c4bf0c1aae7c586..56e7f93c5741e00e99620e501a3711b5e9197099 100644 (file)
@@ -552,4 +552,4 @@ button[disabled],
 .claro .dijitDialog .dijitDialogPaneContent {
        border-color : #ddd;
        padding : 10px;
-}
\ No newline at end of file
+}
index e1da315c3d4b91a04b4c2f008f37a4c3a0212d97..eba4a5ce97df0214c3d22c1225b95293b1e4084b 100644 (file)
@@ -162,7 +162,7 @@ class Mail extends Plugin {
 
                print "</td></tr>";
 
-               print "<tr><td colspan='2'><textarea dojoType=\"dijit.form.SimpleTextarea\" style='font-size : 12px; width : 100%' rows=\"20\"
+               print "<tr><td colspan='2'><textarea dojoType=\"dijit.form.SimpleTextarea\" style='font-size : 12px; width : 98%' rows=\"20\"
                        name='content'>$content</textarea>";
 
                print "</td></tr></table>";
index 2a32961fca8cc1c17e6e1fcf268057b39451ea53..94cb53c6c59baf3655d51bae6d39acfd723af3e9 100644 (file)
@@ -41,7 +41,7 @@ class Note extends Plugin {
 
                print "<table width='100%'><tr><td>";
                print "<textarea dojoType=\"dijit.form.SimpleTextarea\"
-                       style='font-size : 12px; width : 100%; height: 100px;'
+                       style='font-size : 12px; width : 98%; height: 100px;'
                        placeHolder='body#ttrssMain { font-size : 14px; };'
                        name='note'>$note</textarea>";
                print "</td></tr></table>";