Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: templates/main.html

Issue 108823002: chromium-status: improve status field editing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: fix up status __init__ Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« status.py ('K') | « status.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/main.html
diff --git a/templates/main.html b/templates/main.html
index 93246cf462ea579d89262d2594c72949698837f8..700f717b8ad104312e40f5a80d5c23f1d56c6a14 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -29,7 +29,8 @@
</div>
{% endif %}
<form action="/" name="add_new_message" method="post">
- <input type="text" size="80" name="message" value="{{ message }}">
+ <textarea cols="80" rows="2" name="message"
+ style="vertical-align: middle;">{{ message }}</textarea>
<input type="hidden" name="last_status_key" value="{{ last_status_key }}">
<input type="submit" name="change" value="Change">
<input type="button" name="refresh" value="Refresh" onclick="location.href='/';">
« status.py ('K') | « status.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698