left align for source / tag edit in danbooru theme

git-svn-id: file:///home/shish/svn/shimmie2/trunk@434 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-08-06 19:13:15 +00:00
parent aba5089ee4
commit db2125866b

View file

@ -103,7 +103,7 @@ class ViewTheme extends Themelet {
<div id='imgdata'><form action='".make_link("tag_edit/set")."' method='POST'>
<input type='hidden' name='image_id' value='$i_image_id'>
<input type='hidden' name='query' value='$h_query'>
<table style='width: 500px;'>
<table style='width: 500px; margin: 0px;'>
<tr><td width='50px'>Tags</td><td width='300px'><input type='text' name='tags' value='$h_tags'></td></tr>
<tr><td>Source</td><td><input type='text' name='source' value='$h_source'></td></tr>
<tr><td>&nbsp;</td><td><input type='submit' value='Set'></td></tr>