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:
zarzuelo 2011-07-27 11:14:45 +00:00
parent d9f24ad608
commit a2c0ceb6f1
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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>";

View File

@ -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