Removed overflow attribute for datatable class in css.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14019 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2012-10-15 19:16:57 +00:00
parent 4495c0dc3a
commit f97f520619
2 changed files with 0 additions and 2 deletions

View File

@ -365,7 +365,6 @@ legend {
/*--- jQuery datatable ---*/
.dataTables_wrapper {
overflow: auto;
width: auto;
margin: 10px auto;
-moz-border-radius: 3px;

View File

@ -19,7 +19,6 @@ use Getopt::Long;
use Data::Dumper;
use xCAT::Table;
use xCAT::NodeRange;
use xCAT::zvmUtils;
use XML::Simple;
require XML::Parser;