Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Sep 2010 at 14:58 UTC
Updated:
21 Oct 2010 at 04:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jacine.
Comment #2
mikey_p commentedI'm not that familiar with the CSS, but this looks good to me, just not sure about the hunk in Bartik. Here's before and after screenshots.
Comment #3
sunThe remaining thing I find odd is the manually inserted DIV.indentation for the individual test case rows.
1) Not sure why manual markup is used for that in the first place. (And, markup that is actually intended for TableDrag styling...)
2) Not sure whether test case titles actually need to be indented...? If really needed, then I think that should be done by adding padding-left via CSS.
Comment #4
sunReplaced that DIV.indentation with proper CSS.
Comment #5
sunThis form really looks totally broken currently and hinders development workflow. Feedback, anyone?
Comment #6
mikey_p commentedThis looks cleaner to me, I'm not up on CSS standards in core, but I don't see anything that stands out.
Before:

After:

edit: input format
Comment #7
webchickCommitted to HEAD. Thanks!