Feature #1037
open<div> boxes for all UI elements
0%
Description
Related to #1032, looking through the HTML to figure out how to set up a new theme, I noticed that the various sections of the UI are not consistently named. It would be extremely helpful regarding themes and customization to have some consistent naming convention, and rules for including all major elements in <div> sections with unique class names.
The patch includes- changes for adding div class around journal entries in the issues list
- changes to message replies to make headings more uniform
- fix div class name for message-reply
Files
Updated by Jason Milkins over 16 years ago
I was just about to log this exact same issue. I'd be happy to contribute to the effort.
(Carl, I'll take a look at your patch and post back here.)
Updated by Jason Milkins over 16 years ago
There is also the need to add div's to other pages to break the content up into semantic sections / items.
The project list page springs to mind, but I expect there are a number of other places where sematic sections are not contained in div's
Updated by Jason Milkins over 16 years ago
Updated by Benjamin Schunn about 8 years ago
is the themeing already improved or is this ticket still relevant?