=== modified file 'modules/simpletest/simpletest.css' --- modules/simpletest/simpletest.css 2010-02-07 05:36:57 +0000 +++ modules/simpletest/simpletest.css 2010-02-09 11:03:01 +0000 @@ -71,22 +71,3 @@ div.simpletest-image { display: inline; cursor: pointer; } - -a.simpletest-collapse { - height: 0; - width: 0; - top: -99em; - position: absolute; - -} - -a.simpletest-collapse:focus, -a.simpletest-collapse:hover { - font-size: 80%; - top: 0px; - height: auto; - width: auto; - overflow: visible; - position: relative; - z-index: 1000; -} \ No newline at end of file === modified file 'modules/simpletest/simpletest.pages.inc' --- modules/simpletest/simpletest.pages.inc 2010-02-07 05:36:57 +0000 +++ modules/simpletest/simpletest.pages.inc 2010-02-09 11:03:01 +0000 @@ -83,8 +83,8 @@ function theme_simpletest_test_table($va // Define the images used to expand/collapse the test groups. $js = array( 'images' => array( - theme('image', array('path' => 'misc/menu-collapsed.png', 'alt' => t('Expand'), 'title' => t('Expand'))) . ' (' . t('Expand') . ')', - theme('image', array('path' => 'misc/menu-expanded.png', 'alt' => t('Collapse'), 'title' => t('Collapse'))) . ' (' . t('Collapse') . ')', + theme('image', array('path' => 'misc/menu-collapsed.png', 'alt' => 'Expand', 'title' => 'Expand')), + theme('image', array('path' => 'misc/menu-expanded.png', 'alt' => 'Collapsed', 'title' => 'Collapsed')), ), );