default style:width:100% overrides width:100%. Use a local style
This commit is contained in:
parent
0be4f83e4e
commit
3acf53a32a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user