Browse Source

! Button to act upon outstanding members was overflowing its container... let's stop that, shall we?

Signed-off-by: John Rayes <live627@gmail.com>
John Rayes 13 years ago
parent
commit
677dadd0a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/ManageMembers.template.php

+ 1 - 1
Themes/default/ManageMembers.template.php

@@ -308,7 +308,7 @@ function template_admin_browse()
 							</select>
 						</dd>
 					</dl>
-					<input type="submit" value="', $txt['admin_browse_outstanding_go'], '" class="button_submit" />
+					<input type="submit" value="', $txt['admin_browse_outstanding_go'], '" class="button_submit" /><br class="clear_right">
 					<input type="hidden" name="type" value="', $context['browse_type'], '" />
 					<input type="hidden" name="sort" value="', $context['approve_list']['sort']['id'], '" />
 					<input type="hidden" name="start" value="', $context['approve_list']['start'], '" />