First commit in the monday, a tiny fix of styles of logon page with huge news text.

(cherry picked from commit bb59e2d3f8)
This commit is contained in:
mdtrooper 2014-12-01 09:52:22 +01:00
parent c5ff45fdc2
commit 005c8cac01
1 changed files with 8 additions and 8 deletions

View File

@ -39,7 +39,7 @@ if (tags_has_user_acl_tags()) {
<table border="0" width="98%">
<tr>
<td width="30%" style="padding-right: 10px;">
<td width="30%" style="padding-right: 10px;" valign="top">
<?php
@ -238,8 +238,8 @@ return;
//echo '<div id="left_column_logon_ok" id="leftcolumn">';
echo '<div style="width:30%; float:left;" id="leftcolumn">';
$data = reporting_get_group_stats ();
///////////////
@ -289,11 +289,11 @@ $table->data[] = $tdata;
html_print_table($table);
unset($table);
echo '</div>';