From: Sam H. v. a. <we...@ma...> - 2005-01-28 00:48:00
|
Log Message: ----------- HEAD backport: Work around MSIE bug (dpvc) Tags: ---- rel-2-1-patches Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator/Instructor: FileManager.pm Revision Data ------------- Index: FileManager.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/FileManager.pm,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -Llib/WeBWorK/ContentGenerator/Instructor/FileManager.pm -Llib/WeBWorK/ContentGenerator/Instructor/FileManager.pm -u -r1.5 -r1.5.2.1 --- lib/WeBWorK/ContentGenerator/Instructor/FileManager.pm +++ lib/WeBWorK/ContentGenerator/Instructor/FileManager.pm @@ -224,7 +224,7 @@ print CGI::Tr({valign=>"middle"}, CGI::td(CGI::scrolling_list( -name => "files", id => "files", - -style => "font-family:monospace; width:30em; height:100%", + -style => "font-family:monospace; width:30em", -size => 15, -multiple => 1, -values => $files, |