default style:width:100% overrides width:100%. Use a local style

This commit is contained in:
Shish 2012-03-14 20:28:15 +00:00
parent 0be4f83e4e
commit 3acf53a32a

View File

@ -87,7 +87,7 @@ class UserPageTheme extends Themelet {
global $config; global $config;
$html = ' $html = '
'.make_form(make_link("user_admin/login"))." '.make_form(make_link("user_admin/login"))."
<table width='100%' class='form'> <table style='width: 100%;' class='form'>
<tbody> <tbody>
<tr> <tr>
<th><label for='user'>Name</label></th> <th><label for='user'>Name</label></th>