Quellcode durchsuchen

minor textarea fixes

Andrew Dolgov vor 8 Jahren
Ursprung
Commit
fb8a032a6b
6 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 1 1
      classes/article.php
  2. 1 1
      classes/pref/feeds.php
  3. 1 1
      classes/pref/prefs.php
  4. 1 1
      css/dijit.css
  5. 1 1
      plugins/mail/init.php
  6. 1 1
      plugins/note/init.php

+ 1 - 1
classes/article.php

@@ -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>";

+ 1 - 1
classes/pref/feeds.php

@@ -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>";
 

+ 1 - 1
classes/pref/prefs.php

@@ -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>";

+ 1 - 1
css/dijit.css

@@ -552,4 +552,4 @@ button[disabled],
 .claro .dijitDialog .dijitDialogPaneContent {
 	border-color : #ddd;
 	padding : 10px;
-}
+}

+ 1 - 1
plugins/mail/init.php

@@ -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>";

+ 1 - 1
plugins/note/init.php

@@ -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>";