2011-07-27 Sergio Martin <sergio.martin@artica.es>
* extensions/module_groups.php general/logon_ok.php: Change overflow-x:scroll by overflow-x:auto to avoid the ugly scroll when no necessary git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4632 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d9f24ad608
commit
a2c0ceb6f1
|
@ -1,3 +1,10 @@
|
|||
2011-07-27 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* extensions/module_groups.php
|
||||
general/logon_ok.php: Change overflow-x:scroll by
|
||||
overflow-x:auto to avoid the ugly scroll when no
|
||||
necessary
|
||||
|
||||
2011-07-27 Sergio Martin <sergio.matin@artica.es>
|
||||
|
||||
* include/functions_html.php
|
||||
|
|
|
@ -233,7 +233,7 @@ function mainModuleGroups() {
|
|||
array_push($tableData,$row);
|
||||
}
|
||||
$table->data = $tableData;
|
||||
echo "<div style='width:98%; overflow-x:scroll;'>";
|
||||
echo "<div style='width:98%; overflow-x:auto;'>";
|
||||
html_print_table($table);
|
||||
echo "</div>";
|
||||
|
||||
|
|
|
@ -213,7 +213,7 @@ foreach ($sessions as $session) {
|
|||
|
||||
array_push ($table->data, $data);
|
||||
}
|
||||
echo "<div style='width:100%; overflow-x:scroll;'>";
|
||||
echo "<div style='width:100%; overflow-x:auto;'>";
|
||||
html_print_table ($table);
|
||||
echo "</div>";
|
||||
echo "</div>"; // activity
|
||||
|
|
Loading…
Reference in New Issue