diff --git a/Repositories/Misc/cgi/users/home_local b/Repositories/Misc/cgi/users/home_local index b795a81..ba55996 100755 --- a/Repositories/Misc/cgi/users/home_local +++ b/Repositories/Misc/cgi/users/home_local @@ -390,10 +390,10 @@ { $tr = $session->make_element( "tr", class=>"row_".($row?"b":"a") ); $table->appendChild( $tr ); - $td = $session->make_element( "td", class=>'first_col userpage_table_emph' ); + $td = $session->make_element( "td", class=>'first_col userpage_table_emph', width=>"40%" ); $tr->appendChild( $td ); $td->appendChild( $e->render_description() ); - $td = $session->make_element( "td", class=>'last_col' ); + $td = $session->make_element( "td", class=>'last_col', width=>"60%", align=>"right" ); $tr->appendChild( $td ); # $td->appendChild( $session->html_phrase( # "cgi/users/home:accepted_at", @@ -472,10 +472,10 @@ { $tr = $session->make_element( "tr", class=>"row_".($row?"b":"a") ); $table->appendChild( $tr ); - $td = $session->make_element( "td", class=>"first_col userpage_table_emph" ); + $td = $session->make_element( "td", class=>"first_col userpage_table_emph", width=>"50%" ); $tr->appendChild( $td ); $td->appendChild( $e->render_description() ); - $td = $session->make_element( "td", class=>"last_col" ); + $td = $session->make_element( "td", class=>"last_col", width=>"50%", align=>"right" ); $tr->appendChild( $td ); $td->appendChild( $session->html_phrase( "cgi/users/home:deposited_at", @@ -533,12 +533,12 @@ last if( $cnt++ == $max ); $tr = $session->make_element( "tr", class=>"row_".($row?"b":"a") ); $table->appendChild( $tr ); - $td = $session->make_element( "td", class=>"first_col userpage_table_emph" ); + $td = $session->make_element( "td", class=>"first_col userpage_table_emph", width=>"50%" ); $tr->appendChild( $td ); my $a = $session->render_link( $e->get_url() ); $a->appendChild( $e->render_description() ); $td->appendChild( $a ); - $td = $session->make_element( "td", class=>"last_col" ); + $td = $session->make_element( "td", class=>"last_col", width=>"50%", align=>"right" ); $tr->appendChild( $td ); $td->appendChild( $session->html_phrase( "cgi/users/home:accepted_at",